Skip to content

Commit bfcd1ba

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/css/C28.html
1 parent e065c42 commit bfcd1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/css/C28.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3><code>em</code> units for text-based form controls</h3>
4545
<section class="example">
4646
<h3><code>em</code> units in dropdown boxes</h3>
4747

48-
<p>In this example, <code>select</code> elements have been given the class name "pick." CSS rules are used to define the font size in percent units and width in em units. This will allow the text within the form control to resize in response to changes in text size settings without being cropped. </p>
48+
<p>In this example, <code>select</code> elements have been given <code>class="pick"</code>. CSS rules are used to define the font size in percent units and width in em units. This will allow the text within the form control to resize in response to changes in text size settings without being cropped. </p>
4949

5050
<pre xml:space="preserve"><code class="language-css">select.pick { font-size: 100%; width: 10em; }</code></pre>
5151
</section>

0 commit comments

Comments
 (0)