summaryrefslogtreecommitdiff
path: root/haveproblems/select-option-wrap.html
blob: 8350f6eb374eef42e7d418efd963fcf349bd5b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>

<div style="width:20em;">
<select>
<option>AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA</option>
<option>BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB
        BBB BBB BBB BBB BBB BBB BBB</option>
<option>CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC</option>
</select>
</div>

<p>We need <code style="color:#800;" title="CSS">white-space:nowrap;</code> to be supported to prevent option text from wrapping.</p>

</body>
</html>