Skip to content

Commit

Permalink
Merge pull request #4175 from nextcloud/fix/provider-list-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Jun 9, 2023
2 parents af67b25 + 74ab21a commit d7447f8
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -102,9 +102,7 @@ export default {
.provider-list {
width: 100%;
min-height: 350px;
// multiselect dropdown is wider than the select input
// this avoids overflow
padding-right: 2px;
padding: 0 16px 16px 16px;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit d7447f8

Please sign in to comment.