no text wrap in tables, td > btn-link padding fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 9s
All checks were successful
Build and Push Docker Image / build (push) Successful in 9s
This commit is contained in:
parent
52412a3c32
commit
a384cc2106
@ -60,6 +60,11 @@
|
|||||||
/* Fuck ugly <td> height fix */
|
/* Fuck ugly <td> height fix */
|
||||||
td {
|
td {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
text-wrap: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
td > .btn-link {
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user