mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
disable line break for the last cell (size)
This commit is contained in:
parent
7d25d7222a
commit
b53a6cf8ca
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ table th {
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table td:last-child {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
table > thead > tr > th {
|
table > thead > tr > th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue