Revert "Fix: scroll for large tables"
This reverts commit 9fd017013e65cb55e3f21283cd82186db27a0f50.
This commit is contained in:
parent
9fd017013e
commit
6bfa0f4b2b
@ -1,18 +1,8 @@
|
||||
// horizontal scrolling for large table contents
|
||||
.card.border {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
// hide caret on mobile dropdown
|
||||
.d-block.d-sm-none .dropdown-toggle::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// dropdown menu can flow outside the tables bounding box
|
||||
.dropdown-menu.show {
|
||||
position: fixed !important;
|
||||
}
|
||||
|
||||
tbody tr:last-child td {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user