diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-10-26 18:12:29 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-10-26 18:12:29 +0200 |
commit | 97638e76ad91c9408a8d956fef7b6d6f8940b457 (patch) | |
tree | fa4c4749cc6f4f1788eba8746aceaffd0783600a /apps/files_sharing/css | |
parent | 419ddeacee70f32804fa29c8a5149685d6631555 (diff) | |
download | nextcloud-server-97638e76ad91c9408a8d956fef7b6d6f8940b457.tar.gz nextcloud-server-97638e76ad91c9408a8d956fef7b6d6f8940b457.zip |
Share views fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharetabview.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index 5e51f13b8b1..880226e7d14 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -41,17 +41,6 @@ padding: 18px 0 18px 36px; } -/* fix clickable area because in the share tab popover the label is inside the actual menu item*/ -#shareWithList .popovermenu .shareOption { - padding-right: 0 !important; -} -/* fix clickable area because in the share tab popover the label is inside the actual menu item*/ -.shareTabView .popovermenu label { - width: 100%; - display: inline-block; - padding: 0 10px 0 0 !important; -} - .shareTabView label { white-space: nowrap; } |