mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
word break-all on card lists
This commit is contained in:
parent
191be134f9
commit
91766ecea3
@ -192,6 +192,10 @@ input, select, textarea {
|
||||
.card ul.fa-ul.card-ul {
|
||||
margin-left: 1.9em;
|
||||
|
||||
li {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.fa-li {
|
||||
top: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user