Little css fix on filter-users where "note" was incorrectly displayed on large texts

This commit is contained in:
Bofh 2022-12-17 02:57:33 +01:00
parent 959a26c8ba
commit c011be4f3f
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ table.fields tr.verified td .fa.fa-check::before {
border: 1px solid #0000001a;
border-radius: .5em;
margin-top: .5em;
word-break: break-word;
word-break: break-all;
}
.item.suspended .card {
background: #fff3f3 !important;