mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
break words on password history
This commit is contained in:
@@ -68,6 +68,10 @@ p.lead {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.break-all {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -124,14 +128,6 @@ app-root > #loading {
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
app-password-generator .password-block {
|
||||
font-size: $font-size-large;
|
||||
word-break: break-all;
|
||||
font-family: $font-family-monospace;
|
||||
text-align: center;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
app-vault-icon {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user