Fix placement of actions within unified search

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
julia.kirschenheuter 2023-10-19 14:48:55 +02:00
parent f4e3f09654
commit 311d5c6275
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