Merge pull request #17755 from nextcloud/fix/external-storage-group-checkboxes
Bring back external storage group select delete
This commit is contained in:
commit
9506f3a4a2
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue