1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

word break-all on card lists

This commit is contained in:
Kyle Spearrin 2018-08-21 15:48:37 -04:00
parent 191be134f9
commit 91766ecea3

View File

@ -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;
}