Skip to content

Commit

Permalink
fix search bar height in webkit browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Dec 9, 2024
1 parent eea344d commit df42497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nodes/NodesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- search -->
<div v-if="nodes.length > 0" class="flex bg-white border-b border-gray-300 divide-x">
<div class="p-1 w-full">
<div class="flex p-1 w-full">
<input v-model="nodesSearchTerm" type="text" :placeholder="`Search ${nodes.length} Nodes...`" class="h-full bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5">
</div>
<div class="flex text-gray-500">
Expand Down

0 comments on commit df42497

Please sign in to comment.