Little css fix in .fields
This commit is contained in:
parent
d197565fcc
commit
2c118b54bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue