mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-04 18:37:45 +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 {
|
.card ul.fa-ul.card-ul {
|
||||||
margin-left: 1.9em;
|
margin-left: 1.9em;
|
||||||
|
|
||||||
|
li {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
.fa-li {
|
.fa-li {
|
||||||
top: 4px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user