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 authored and frodrigo committed Oct 5, 2023
1 parent 0cad6fc commit b8c3716
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 b8c3716

Please sign in to comment.