diff options
author | szaimen <szaimen@e.mail.de> | 2022-09-08 10:49:44 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-09 08:38:40 +0000 |
commit | 0341a371ac2b4a645ba62b02b28d90f486d54e8e (patch) | |
tree | 55082a78526759f3017e0b366b2f7188603dcd90 /apps/files/css/files.scss | |
parent | aa53dedb3640a8ede4bab6d5c2f2440f93f8ae41 (diff) | |
download | nextcloud-server-0341a371ac2b4a645ba62b02b28d90f486d54e8e.tar.gz nextcloud-server-0341a371ac2b4a645ba62b02b28d90f486d54e8e.zip |
fix overlapping of elements in certain views
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 0fffc964a72..a67f1f5fe6a 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -317,6 +317,7 @@ table th.column-last, table td.column-last { #app-content-sharinglinks, #app-content-deletedshares, #app-content-pendingshares { + margin-top: 22px; thead { top: 0; } |