Skip to content

Commit e581f0e

Browse files
authored
fix: underline select padding (#168)
1 parent 02ef4f9 commit e581f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2 class="text-2xl font-bold">Underline</h2>
157157
<label class="block">
158158
<span class="text-gray-700">What type of event is it?</span>
159159
<select
160-
class="block w-full mt-0 px-0.5 border-0 border-b-2 border-gray-200 focus:ring-0 focus:border-black"
160+
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"
161161
>
162162
<option>Corporate event</option>
163163
<option>Wedding</option>

0 commit comments

Comments
 (0)