1
0
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) (#390)

* 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:
Dominik Halfkann
2017-11-24 04:07:43 +01:00
committed by Kyle Spearrin
parent ed28816b99
commit 388a65f25f
5 changed files with 40 additions and 6 deletions

View File

@@ -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%;