Merge pull request #40979 from nextcloud/fix/36965-fix-global-search

Fix placement of actions within unified search
This commit is contained in:
Ferdinand Thiessen 2023-10-20 02:49:49 +02:00 committed by GitHub
commit 8d907d8089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@
<!-- Search filters -->
<NcActions v-if="availableFilters.length > 1"
class="unified-search__filters"
placement="bottom"
placement="bottom-end"
container=".unified-search__input-wrapper">
<!-- FIXME use element ref for container after https://github.com/nextcloud/nextcloud-vue/pull/3462 -->
<NcActionButton v-for="filter in availableFilters"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long