Skip to content

Commit

Permalink
fix: app filter input overflowing, fix #1779
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 9, 2022
1 parent 56bc251 commit d61d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/apps/AppSelectPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default defineComponent({
icon-left="search"
placeholder="Find apps..."
select-all
class="search flat flex-1"
class="search flat flex-1 min-w-0"
/>

<VueButton
Expand Down

0 comments on commit d61d472

Please sign in to comment.