Fix buttons margin

This commit is contained in:
grandeljay 2022-11-25 17:10:38 +01:00
parent 063f8b0221
commit ecba754d9a

View file

@ -1,9 +1,11 @@
/** /**
* Actions * Actions
*/ */
.ui.ui.ui.ui.stackable.grid.actions { @media (min-width: 768) {
margin-left: -1rem !important; .ui.ui.ui.ui.stackable.grid.actions {
margin-right: -1rem !important; margin-left: -1rem !important;
margin-right: -1rem !important;
}
} }
@media (max-width: 991.9px) { @media (max-width: 991.9px) {
.ui.grid.actions > .column:not(.row) { .ui.grid.actions > .column:not(.row) {