diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2021-03-19 14:24:10 +0100 |
---|---|---|
committer | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2021-03-19 14:24:10 +0100 |
commit | 8b145c7858887c904b3332dfe027735e1dab676c (patch) | |
tree | ab638af0c0c97255df6c1f6035832692932d0a57 | |
parent | c663cbe66670afe771a5ebba11c9e1c6e811e85d (diff) | |
download | nextcloud-server-8b145c7858887c904b3332dfe027735e1dab676c.tar.gz nextcloud-server-8b145c7858887c904b3332dfe027735e1dab676c.zip |
Removed unnecessary padding
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
-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 c323ff9b51b..9bde8f5aa1b 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -6,11 +6,6 @@ * See the COPYING-README file. */ -/* SETTINGS */ -#files-setting-showhidden { - padding-bottom: 8px; -} - /* FILE MENU */ .actions { padding: 5px; |