Make lines break in last td of tr on about page, also make it so all its content will be selected.
This commit is contained in:
parent
bff7bbf7dd
commit
89d64ac3ec
@ -8,6 +8,10 @@ h3:is(.service-up, .service-down)::after {
|
||||
vertical-align: text-top;
|
||||
padding-left: .2rem; }
|
||||
|
||||
tr td:last-child {
|
||||
line-break: anywhere;
|
||||
user-select: all; }
|
||||
|
||||
.columns {
|
||||
column-count: 3;
|
||||
column-fill: balance-all;
|
||||
|
Loading…
Reference in New Issue
Block a user