Merge pull request #2435 from nextcloud/bugfix/2423

This commit is contained in:
Julius Härtl
2020-10-13 21:21:19 +02:00
committed by GitHub
4 changed files with 25 additions and 14 deletions

View File

@@ -143,13 +143,6 @@ export default {
}
}
}
</style>
<style lang="scss">
.multiselect {
width: 100%;
}
.modal__card {
min-width: 320px;
@@ -159,3 +152,11 @@ export default {
height: 80vh;
}
</style>
<style lang="scss">
.multiselect {
width: 100%;
}
</style>