Fix wideness
This commit is contained in:
parent
ada5cf67b4
commit
437b767441
|
@ -106,8 +106,8 @@
|
||||||
|
|
||||||
.greycode td:first-child code,
|
.greycode td:first-child code,
|
||||||
.greycode th:first-child code {
|
.greycode th:first-child code {
|
||||||
background: #f3f3f3;
|
background: white;
|
||||||
padding: 5px 5px 4px 5px;
|
padding: 6px 8px 5px 8px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -124,14 +124,17 @@
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
table.greycode {
|
table.greycode {
|
||||||
width: calc(620px + 100px);
|
|
||||||
margin-left: -50px;
|
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: solid 1px #c7d7ee;
|
border-bottom: solid 1px #c7d7ee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.greycode:not(.wide) {
|
||||||
|
width: calc(620px + 100px);
|
||||||
|
margin-left: -50px;
|
||||||
|
}
|
||||||
|
|
||||||
table.greycode thead:first-child > tr:first-child > th,
|
table.greycode thead:first-child > tr:first-child > th,
|
||||||
table.greycode thead:first-child > tr:first-child > td,
|
table.greycode thead:first-child > tr:first-child > td,
|
||||||
table.greycode tbody:first-child > tr:first-child > th,
|
table.greycode tbody:first-child > tr:first-child > th,
|
||||||
|
|
Loading…
Reference in New Issue