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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user