diff --git a/webext/css/options.css b/webext/css/options.css index ff751ef..9778677 100644 --- a/webext/css/options.css +++ b/webext/css/options.css @@ -61,6 +61,7 @@ body { } #minimizeselect { + width: 20em; border-style: solid; border-width: 1px; margin: 10px 10px 10px 10px; @@ -98,6 +99,7 @@ ul, /* Remove margins and padding from the parent ul */ #accountsTree { + width: 20em; border-style: solid; border-width: 1px; margin: 0; diff --git a/webext/options.html b/webext/options.html index 89ff355..a85b41b 100644 --- a/webext/options.html +++ b/webext/options.html @@ -34,6 +34,9 @@