Skip to content

Commit

Permalink
change border-[1px] to border
Browse files Browse the repository at this point in the history
Co-authored-by: Ewelina Skrzypacz <[email protected]>
  • Loading branch information
zmigrOO and EwelinaSkrzypacz authored Jan 15, 2024
1 parent 2658039 commit f6c69da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/City/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function createOpinion() {
{{ city.latitude }}, {{ city.longitude }}
</h2>
<ProviderIcons class="pt-4" :item="city" :providers="props.providers" />
<div class="regulations relative overflow-hidden rounded border-[1px] border-solid border-gray-200 px-3">
<div class="regulations relative overflow-hidden rounded border border-solid border-gray-200 px-3">
<div class="my-3 flex cursor-pointer items-center text-2xl font-bold text-gray-700" @click="toggleRegulations()">
{{ __('Rules') }} <ArrowDownIcon :class="regulationsOpen ? 'rotated' : ''" class="absolute right-3 inline-block h-6 w-6 transition-all" />
</div>
Expand Down

0 comments on commit f6c69da

Please sign in to comment.