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