1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02: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 {