Skip to content

Commit d0b9fd9

Browse files
committed
Remove height on multiselect demo
1 parent 81a94f7 commit d0b9fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2 class="text-2xl font-bold">Styled</h2>
8686
</label>
8787
<label class="block">
8888
<span class="text-gray-700">Select (multiple)</span>
89-
<select class="block w-full h-24 mt-1" multiple="">
89+
<select class="block w-full mt-1" multiple="">
9090
<option>Option 1</option>
9191
<option>Option 2</option>
9292
<option>Option 3</option>

0 commit comments

Comments
 (0)