1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

form is 100% on details

This commit is contained in:
Kyle Spearrin
2018-02-10 15:38:08 -05:00
parent 5c190606bf
commit 6fc990c3b0

View File

@@ -158,6 +158,7 @@
> form { > form {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%;
} }
} }