mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
break words on overflow, resolves #135
This commit is contained in:
parent
98745dd83b
commit
7ef070b411
@ -68,6 +68,8 @@
|
||||
|
||||
ul.fa-ul {
|
||||
li {
|
||||
word-break: break-all;
|
||||
|
||||
.fa-li {
|
||||
left: -11px;
|
||||
top: 8px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user