mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
word break-all on card lists
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user