Skip to content

Commit

Permalink
Merge pull request #40979 from nextcloud/fix/36965-fix-global-search
Browse files Browse the repository at this point in the history
Fix placement of actions within unified search
  • Loading branch information
susnux authored Oct 20, 2023
2 parents 12dc49f + 311d5c6 commit 8d907d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/views/UnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dist/core-unified-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-unified-search.js.map

Large diffs are not rendered by default.

0 comments on commit 8d907d8

Please sign in to comment.