Merge pull request #17767 from nextcloud/backport/17755/stable17

[stable17] Bring back external storage group select delete
This commit is contained in:
Roeland Jago Douma 2019-11-01 08:51:40 +01:00 committed by GitHub
commit 40f264d219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}