summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/sharetabview.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index 6fd2b9b3165..82f0ffa5822 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -40,6 +40,17 @@
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;
}