aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/mobile.scss2
-rw-r--r--core/css/styles.scss3
2 files changed, 3 insertions, 2 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index e4a4f53367b..f7f3827eba5 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -123,7 +123,7 @@
display: none;
}
#oc-dialog-filepicker-content .filelist .filename {
- max-width: 80%;
+ max-width: 100%;
}
.snapjs-left table.multiselect thead {
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 1cedb7108b4..dc217fb8f22 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -727,8 +727,9 @@ code {
display: inline-block;
overflow-y: auto;
height: 100%;
- /** overflow under the button row */
+ /* overflow under the button row */
width: 100%;
+ overflow-x: hidden;
}
.emptycontent {
color: var(--color-text-details);