We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f83e322 + 5bd1627 commit 9498174Copy full SHA for 9498174
1 file changed
css-ui/Overview.bs
@@ -1630,6 +1630,18 @@ input[type=password],
1630
input[type=image]
1631
{
1632
display: inline-block;
1633
+}
1634
+
1635
+input[type=button],
1636
+input[type=reset],
1637
+input[type=submit],
1638
+input[type=checkbox],
1639
+input[type=radio],
1640
+input,
1641
+input[type=text],
1642
+input[type=password],
1643
+input[type=image]
1644
+{
1645
white-space: nowrap;
1646
}
1647
0 commit comments