From c7f72f5d5b029593e66ad49f866e7fb013453660 Mon Sep 17 00:00:00 2001 From: Aaron Evan-Browning Date: Sat, 21 Dec 2019 23:17:31 -0500 Subject: [PATCH] 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. --- options.css | 1 + 1 file changed, 1 insertion(+) diff --git a/options.css b/options.css index eb47e18..352ca29 100644 --- a/options.css +++ b/options.css @@ -100,6 +100,7 @@ select { .customForce { display: none; + width: 250px; } .customKey {