Remove !important

This commit is contained in:
zandercymatics 2024-01-08 07:43:53 -07:00
parent daec39a87a
commit 0859311be2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -27,13 +27,13 @@
}
th.action-col-custom-width {
width: 24.25% !important;
width: 24.25%;
}
// Fix margins in mobile view
@media screen {
td.tablet-margin-top-2 {
margin-top: 16px !important;
margin-top: 16px;
}
}
}