diff --git a/manifest.json b/manifest.json index 7731949..50a7554 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extensionName__", - "version": "0.5.2", + "version": "0.5.3", "description": "__MSG_extensionDescription__", "default_locale": "en", "homepage_url": "https://github.com/imigueldiaz/firefox-quick-abstract", diff --git a/style/style.css b/style/style.css index 62c40ab..09491c0 100644 --- a/style/style.css +++ b/style/style.css @@ -132,7 +132,7 @@ button.ok:hover { } #options-form select { - width: 100%; + width: 95%; padding: 8px; margin-bottom: 8px; background-color: #FFFFFF;