1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

dont use flex for password-wrapper positioning

This commit is contained in:
Kyle Spearrin
2019-04-01 13:40:49 -04:00
parent 81c5b5577b
commit 9f842f6fbd
7 changed files with 13 additions and 13 deletions

View File

@@ -184,12 +184,9 @@ p.lead {
}
.password-wrapper {
display: flex !important;
flex-wrap: wrap;
span {
white-space: pre;
}
word-break: break-all;
white-space: pre-wrap;
min-width: 0;
}
.password-number {