Mobile friendly management tables

This commit is contained in:
Michael Shamoon
2022-05-03 13:00:42 -07:00
parent 98ebb095cc
commit 5e10befe28
3 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
// hide caret on mobile dropdown
.d-block.d-sm-none .dropdown-toggle::after {
display: none;
}