Skip to content

Commit 52a0ee1

Browse files
committed
Fixed the abnormal width of select element
1 parent d354716 commit 52a0ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="container-fluid">
1313
<div class="jumbotron">
1414
<h3>Does
15-
<select class="selection" data-live-search="true">
15+
<select class="selection" style="max-width:80%;" data-live-search="true">
1616
<!-- Data will be appended here by script-->
1717
</select>
1818
work now?</h3>

0 commit comments

Comments
 (0)