aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css5
-rw-r--r--p/themes/base-theme/template.rtl.css1
2 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index d98ac734f..b290ec64f 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -173,6 +173,10 @@ button.as-link[disabled] {
}
/*=== Tables */
+.table-wrapper {
+ overflow-x: auto;
+}
+
table {
max-width: 100%;
}
@@ -208,6 +212,7 @@ td.numeric {
.form-group .group-controls {
min-width: 250px;
margin: 0 0 0 220px;
+ overflow-x: auto;
}
.form-group .group-controls .control {
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 05eafc03d..8e888c651 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -208,6 +208,7 @@ td.numeric {
.form-group .group-controls {
min-width: 250px;
margin: 0 220px 0 0;
+ overflow-x: auto;
}
.form-group .group-controls .control {