Skip to content

Commit

Permalink
fix: underline select padding (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunbinseo authored Oct 9, 2024
1 parent 02ef4f9 commit e581f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h2 class="text-2xl font-bold">Underline</h2>
<label class="block">
<span class="text-gray-700">What type of event is it?</span>
<select
class="block w-full mt-0 px-0.5 border-0 border-b-2 border-gray-200 focus:ring-0 focus:border-black"
class="block w-full mt-0 pl-0.5 pr-7 border-0 border-b-2 border-gray-200 focus:ring-0 focus:border-black"
>
<option>Corporate event</option>
<option>Wedding</option>
Expand Down

0 comments on commit e581f0e

Please sign in to comment.