summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 66addec7c91..d739bab1013 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -767,12 +767,10 @@ code {
background-color: var(--color-main-background);
width: 100%;
}
- #filestable.filelist {
+ #picker-filestable.filelist {
/* prevent the filepicker to overflow */
min-width: initial;
margin-bottom: 50px;
- }
- .filelist {
thead {
tr {
border-bottom: 1px solid var(--color-border);
@@ -872,6 +870,7 @@ code {
background-position: center top;
background-size: contain;
line-height: $name-height;
+ max-width: none;
}
&.filesize {
line-height: $name-height / 3;