diff options
-rw-r--r-- | apps/files/css/files.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 47701630b6a..b3a5fde8b14 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -791,11 +791,6 @@ table.dragshadow td.size { } } -/* increase the padding of the last item to not hide below the quota item */ -.app-files #app-navigation > ul li:nth-last-child(1) { - margin-bottom: 44px; -} - #quotatext { padding: 0; height: 30px; |