1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

show whitespace for hidden fields

This commit is contained in:
Kyle Spearrin
2018-12-20 23:01:21 -05:00
parent 8dff57e89e
commit 2ccbcb75bf
2 changed files with 9 additions and 1 deletions

View File

@@ -92,6 +92,10 @@ p.lead {
font-family: $font-family-monospace;
}
.show-whitespace {
white-space: pre-wrap;
}
.sr-only {
position: absolute !important;
width: 1px !important;
@@ -182,6 +186,10 @@ p.lead {
.password-wrapper {
display: flex !important;
flex-wrap: wrap;
span {
white-space: pre;
}
}
.password-number {