diff options
author | Joas Schilling <coding@schilljs.com> | 2017-06-13 10:12:13 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-06-13 12:28:20 -0500 |
commit | f6d0b92c5969d3d9c504a8de7dd6078cdd730bbe (patch) | |
tree | 478dfb3967bb108c83dee19898ae7e4a7b8652a0 | |
parent | ef184c0b213524119683e2687f7484ac98f22948 (diff) | |
download | nextcloud-server-f6d0b92c5969d3d9c504a8de7dd6078cdd730bbe.tar.gz nextcloud-server-f6d0b92c5969d3d9c504a8de7dd6078cdd730bbe.zip |
Remove unused element
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | apps/files/css/files.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index a064c160cfa..de01b4ab56c 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -779,8 +779,7 @@ table.dragshadow td.size { margin-bottom: 44px; } -#quotatext, -#quotatext-additional { +#quotatext { padding: 0; height: 30px; line-height: 30px; |