diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-20 02:49:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 02:49:49 +0200 |
commit | 8d907d8089a25e397b620fb57cb24bc5a4841759 (patch) | |
tree | 93d5c49c88d81fcfb5b604e0e4abb63ddc2de3e1 /core | |
parent | 12dc49fbca469488d66c205ef060d2b1b1950091 (diff) | |
parent | 311d5c6275566cdb415658b417d2acae2fe4a2a0 (diff) | |
download | nextcloud-server-8d907d8089a25e397b620fb57cb24bc5a4841759.tar.gz nextcloud-server-8d907d8089a25e397b620fb57cb24bc5a4841759.zip |
Merge pull request #40979 from nextcloud/fix/36965-fix-global-search
Fix placement of actions within unified search
Diffstat (limited to 'core')
-rw-r--r-- | core/src/views/UnifiedSearch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index e96674dfdce..820ec6c6f22 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -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" |