aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-02-22 22:12:52 +0100
committerGravatar GitHub <noreply@github.com> 2023-02-22 22:12:52 +0100
commit2f9b14354cd9d1b0f72f2fc6c92380b5c514db7a (patch)
treeca5c5133a7cba520a4847e638bf1e0f643fab267
parentf015029c8e76cb20163a130ee68b2e6cd959ad9c (diff)
fix: group-controls min-width (#5097)
-rw-r--r--p/themes/base-theme/frss.css2
-rw-r--r--p/themes/base-theme/frss.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 5c7ada2f5..6a5ef8b87 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -406,7 +406,7 @@ td.numeric {
}
.form-group .group-controls {
- min-width: 250px;
+ min-width: 200px;
margin: 0 0 0 220px;
overflow-x: auto;
}
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index c84b8cd2a..1d818cf1a 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -406,7 +406,7 @@ td.numeric {
}
.form-group .group-controls {
- min-width: 250px;
+ min-width: 200px;
margin: 0 220px 0 0;
overflow-x: auto;
}