You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/css/C28.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ <h3><code>em</code> units for text-based form controls</h3>
45
45
<sectionclass="example">
46
46
<h3><code>em</code> units in dropdown boxes</h3>
47
47
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>
0 commit comments