Skip to content

Commit e0cccd3

Browse files
authored
Merge pull request #62999 from nextcloud/fix/search-input-text-overlap
fix(core): prevent unified search placeholder from clipping
2 parents 5e0a2fe + a62649b commit e0cccd3

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

core/src/components/UnifiedSearch/UnifiedSearchInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ defineExpose({ focus })
351351
.unified-search-input__field--active & {
352352
transform: translateX(0);
353353
color: var(--color-text-maxcontrast);
354+
max-width: calc(100% - 7 * var(--search-icon-pad));
354355
}
355356
}
356357

dist/core-unified-search.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unified-search.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)