Little css fix in .fields

This commit is contained in:
Bofh 2022-12-17 19:46:17 +01:00
parent d197565fcc
commit 2c118b54bf
1 changed files with 3 additions and 0 deletions

View File

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