mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
show whitespace for hidden fields
This commit is contained in:
@@ -120,6 +120,10 @@ p.lead {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
|
||||
.show-whitespace {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.img-responsive {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
@@ -144,6 +148,10 @@ p.lead {
|
||||
.password-wrapper {
|
||||
display: flex !important;
|
||||
flex-wrap: wrap;
|
||||
|
||||
span {
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
.password-number {
|
||||
|
||||
Reference in New Issue
Block a user