Merge pull request #17768 from nextcloud/backport/17755/stable16
[stable16] Bring back external storage group select delete
This commit is contained in:
commit
c34abfa16b
|
@ -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 New Issue