Buttons minimum size

pull/151/head
parent 026a7d228b
commit 84e392c678
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -126,4 +126,9 @@ background:transparent;
border-width: 1px;
border-color: #f3f0ac;
border-style:solid;
}
button {
min-width: 26px;
min-height: 24px;
}
Loading…
Cancel
Save