diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index b3a5fde8b14..79d6ab7952a 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -778,7 +778,7 @@ table.dragshadow td.size { border-radius: 0; background-color: transparent; z-index:1; - order: 3; /* after the trash */ + order: 3 !important; /* after the trash */ .quota-container { height: 5px; |