Little css fix on filter-users where "note" was incorrectly displayed on large texts
This commit is contained in:
parent
959a26c8ba
commit
c011be4f3f
|
@ -210,7 +210,7 @@ table.fields tr.verified td .fa.fa-check::before {
|
||||||
border: 1px solid #0000001a;
|
border: 1px solid #0000001a;
|
||||||
border-radius: .5em;
|
border-radius: .5em;
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
.item.suspended .card {
|
.item.suspended .card {
|
||||||
background: #fff3f3 !important;
|
background: #fff3f3 !important;
|
||||||
|
|
Loading…
Reference in New Issue