Add width styling to .customForce class. (#561)

Width of customForce class is too narrow to display the full text
of the experimental options ("Do not disable website keybindings.",
"Disables websites keybindings").  250px might be too wide still
but it seems like a good start.
This commit is contained in:
Aaron Evan-Browning
2019-12-21 23:17:31 -05:00
committed by Ilya Grigorik
parent ac7471edfc
commit c7f72f5d5b

View File

@@ -100,6 +100,7 @@ select {
.customForce {
display: none;
width: 250px;
}
.customKey {