Skip to content

Commit

Permalink
fix: search inputs overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 10, 2022
1 parent b74d3ea commit 94fe74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default defineComponent({
icon-left="search"
placeholder="Find components..."
select-all
class="search flat border-b border-gray-200 dark:border-gray-800"
class="search flat border-b border-gray-200 dark:border-gray-800 min-w-0"
/>

<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default defineComponent({
v-model="inspector.treeFilter"
icon-left="search"
:placeholder="inspector.treeFilterPlaceholder || 'Search...'"
class="search flat border-b border-gray-200 dark:border-gray-800"
class="search flat border-b border-gray-200 dark:border-gray-800 min-w-0"
/>

<div
Expand Down

0 comments on commit 94fe74e

Please sign in to comment.