Skip to content

Commit

Permalink
fix-110: update category selector style
Browse files Browse the repository at this point in the history
  • Loading branch information
joselegitan committed Oct 5, 2023
1 parent c7465cd commit 3e51c45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/PoisList/CategorySelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,10 @@ export default defineNuxtComponent({
},
})
</script>

<style>
.category-selector input[type='text'] {
padding: 0 6px;
outline: none !important;
}
</style>

0 comments on commit 3e51c45

Please sign in to comment.