summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/apps.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index cbacec07252..1389938a325 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -888,10 +888,16 @@ kbd {
> input:not([type=radio]):not([type=checkbox]):not([type=image]) {
width: 150px;
}
+ form {
+ display: flex;
+ flex: 1 1 auto;
+ }
+ /* Inputs inside popover supports text, submit & reset */
input {
min-width: 34px;
max-height: 34px;
margin: 2px 0;
+ flex: 1 1 auto;
~ input {
margin-left: 5px;
}