From 89d64ac3ec5d6e413fde491decd0f97e1302c1b7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 27 Jun 2024 03:01:04 +0400 Subject: [PATCH] Make lines break in last td of tr on about page, also make it so all its content will be selected. --- web/assets/css/about.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/assets/css/about.css b/web/assets/css/about.css index 644be3f..2f00825 100755 --- a/web/assets/css/about.css +++ b/web/assets/css/about.css @@ -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;