1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +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

@@ -153,6 +153,7 @@
.row-main {
flex-grow: 1;
min-width: 0;
}
&.box-content-row-flex, .box-content-row-flex, &.box-content-row-checkbox, &.box-content-row-input,

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 {