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;