Merge pull request #17755 from nextcloud/fix/external-storage-group-checkboxes

Bring back external storage group select delete
This commit is contained in:
Roeland Jago Douma 2019-10-31 15:54:20 +01:00 committed by GitHub
commit 9506f3a4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -131,6 +131,16 @@
overflow: hidden;
}
#externalStorage .select2-container .select2-search-choice {
display: flex;
.select2-search-choice-close {
display: block;
left: auto;
position: relative;
width: 20px;
}
}
#externalStorage .mountOptionsToggle .dropdown {
width: auto;
}