mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 11:33:28 +00:00
* add toggle to see plain password when adding & editing ciphers (#292) * reduce number of password input fields to 1 while editing/creating ciphers
This commit is contained in:
committed by
Kyle Spearrin
parent
ed28816b99
commit
388a65f25f
@@ -432,6 +432,14 @@
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
&.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
input:not([type="checkbox"]), select, textarea {
|
||||
border: none;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user