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

dont use flex for password positioning

This commit is contained in:
Kyle Spearrin
2019-04-01 13:56:34 -04:00
parent 3980dc7e84
commit 52a5086f7e
5 changed files with 15 additions and 8 deletions

View File

@@ -407,8 +407,13 @@ input[type="search"]::-webkit-search-cancel-button {
}
.password-wrapper {
display: flex !important;
flex-wrap: wrap;
word-break: break-all;
white-space: pre-wrap;
min-width: 0;
}
.password-row {
min-width: 0;
}
.password-number {