summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/apps.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index a17c4e03993..f2255aa53bb 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -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;
}