Skip to content

Commit 781de1d

Browse files
authored
chore: update underline select padding (#170)
Sorry for the dual PR. Follow up for #168 I believe `pr-10` should be applied for consistency. [explanation](#168 (comment)) Also, the updated `index.html` does not seems to be deployed to production. https://tailwindcss-forms.vercel.app/
1 parent 0571354 commit 781de1d

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="mt-0 block w-full border-0 border-b-2 border-gray-200 pl-0.5 pr-7 focus:border-black focus:ring-0"
160+
class="mt-0 block w-full border-0 border-b-2 border-gray-200 pl-0.5 pr-10 focus:border-black focus:ring-0"
161161
>
162162
<option>Corporate event</option>
163163
<option>Wedding</option>

0 commit comments

Comments
 (0)