mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
break all instead of word
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
&.box-content-row-slider, &.box-content-row-multi {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
word-break: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&.box-content-row-multi {
|
||||
|
||||
@@ -68,10 +68,6 @@ p.lead {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.break-all {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user