1
0

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:
Alexander Andreev 2024-06-27 03:01:04 +04:00
parent bff7bbf7dd
commit 89d64ac3ec
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -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;