diff --git a/ghost/admin/assets/sass/modules/forms.scss b/ghost/admin/assets/sass/modules/forms.scss index 4b81ac2879..2096dfda36 100644 --- a/ghost/admin/assets/sass/modules/forms.scss +++ b/ghost/admin/assets/sass/modules/forms.scss @@ -129,6 +129,12 @@ select { width: 100%; } } +// 'vanilla' CSS hack to specifically target Firefox +@-moz-document url-prefix() { + select { + height: auto; + } +} .form-group { position: relative;