damn you firefox default values

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-19 18:13:20 +02:00
parent 3e6b93e68d
commit 8ac8773233
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 2 additions and 1 deletions

View File

@ -436,7 +436,7 @@ kbd {
}
input[type='text'] {
width: 100%;
flex: 1 1 0;
min-width: 0; /* firefox hack: override auto */
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
@ -444,6 +444,7 @@ kbd {
input:not([type='text']) {
width: 36px;
height: 38px;
flex: 0 0 36px;
&:not(:last-child) {
border-radius: 0;
}