mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
Fixed width bottom table
This commit is contained in:
parent
c565655aa8
commit
87f2dea92c
1 changed files with 18 additions and 2 deletions
|
@ -108,8 +108,24 @@
|
||||||
padding: units(2) units(2) units(2) 0;
|
padding: units(2) units(2) units(2) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
th:first-of-type {
|
th:nth-of-type(1) {
|
||||||
padding-left: 0;
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-of-type(2) {
|
||||||
|
width: 158px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-of-type(3) {
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-of-type(4) {
|
||||||
|
width: 95px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-of-type(5) {
|
||||||
|
width: 85px;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead tr:first-child th:first-child {
|
thead tr:first-child th:first-child {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue