Skip to content

Commit d61d472

Browse files
committed
fix: app filter input overflowing, fix #1779
1 parent 56bc251 commit d61d472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/apps/AppSelectPane.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default defineComponent({
8585
icon-left="search"
8686
placeholder="Find apps..."
8787
select-all
88-
class="search flat flex-1"
88+
class="search flat flex-1 min-w-0"
8989
/>
9090

9191
<VueButton

0 commit comments

Comments
 (0)