Skip to content

Commit 83446c7

Browse files
committed
fix(core): prevent unified search placeholder from clipping
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
1 parent 6666934 commit 83446c7

1 file changed

Lines changed: 1 addition & 0 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

0 commit comments

Comments
 (0)