1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-09 00:50:19 +01:00

dont wrap buttons

This commit is contained in:
Kyle Spearrin 2018-01-27 18:22:49 -05:00
parent 98784cf81d
commit 752e9a726a

View File

@ -38,6 +38,7 @@ input, select, textarea, button {
button {
padding: 0;
white-space: nowrap;
}
textarea {