Skip to content

Commit da38f1e

Browse files
committed
increased size of Select a Feature panel
so you don't have to scroll
1 parent 7610b0e commit da38f1e

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
@@ -78,7 +78,7 @@ <h1> Type samples</h1>
7878
<section id="sidebarExtras">
7979
<form onChange="displayRepo(getFilter())">
8080
<h2 class="notoc">Select a feature</h2>
81-
<select id="features" size="10">
81+
<select id="features" size="18">
8282
<option value="abbreviation" type="radio" name="filter">Abbreviation</option>
8383
<option value="bidi-text" type="radio" name="filter">Bidirectional text</option>
8484
<option value="emphasis" type="radio" name="filter">Emphasis</option>

0 commit comments

Comments
 (0)