mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Remove !important
This commit is contained in:
parent
daec39a87a
commit
0859311be2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue