diff --git a/src/generic_ui/polymer/advanced-settings.html b/src/generic_ui/polymer/advanced-settings.html index b28e00e254..78faa0dd1b 100644 --- a/src/generic_ui/polymer/advanced-settings.html +++ b/src/generic_ui/polymer/advanced-settings.html @@ -1,6 +1,5 @@ - @@ -64,16 +63,12 @@ background-color: rgb(240,240,240); padding-left: 10px; padding-top: 0; - padding-bottom: 0; margin-bottom: 0.75em; margin-top: 0.75em; } - #advancedSettingsDecorator { - height: 340px; - } - #advancedSettingsPaperTextarea { - height: 340px; - margin: 0em; + textarea[fit] { + /* fit does not properly size textareas on Firefox */ + height: 100%; } .advancedSettingsText { font-size: 12px; @@ -151,7 +146,7 @@

{{ 'EDIT_ADVANCED_SETTINGS' | $$ }}

-