From 2c118b54bfdaa71d33a765ba354fb432c9f41fce Mon Sep 17 00:00:00 2001 From: Bofh Date: Sat, 17 Dec 2022 19:46:17 +0100 Subject: [PATCH] Little css fix in .fields --- css/base.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/base.php b/css/base.php index 160de99..4ff0f8d 100644 --- a/css/base.php +++ b/css/base.php @@ -228,6 +228,9 @@ table.fields tr.verified td .fa.fa-check::before { margin-top: .5em; word-break: break-all; } +.item table.fields tr > td:nth-child(1) { + word-break: break-all; +} .item.suspended .card { background: #fff3f3 !important; border: 2px solid red;