mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +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 {
|
th.action-col-custom-width {
|
||||||
width: 24.25% !important;
|
width: 24.25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix margins in mobile view
|
// Fix margins in mobile view
|
||||||
@media screen {
|
@media screen {
|
||||||
td.tablet-margin-top-2 {
|
td.tablet-margin-top-2 {
|
||||||
margin-top: 16px !important;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue