Skip to content

Commit

Permalink
Merge pull request #2509 from nextcloud/bugfix/noid/sharing_dialog_fix
Browse files Browse the repository at this point in the history
Fix layout issues of calendar sharing
  • Loading branch information
georgehrke authored Aug 26, 2020
2 parents b4a0dc5 + 86e561f commit a62cb69
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/app-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,15 @@
}

.app-navigation-entry__multiselect {
padding-left: 8px;
padding: 0 8px;

.multiselect {
width: 100%;

&__content-wrapper {
z-index: 200 !important;
}
}
}

.app-navigation-entry__icon-bullet-disabled {
Expand Down

0 comments on commit a62cb69

Please sign in to comment.