diff --git a/static/styles/settings.css b/static/styles/settings.css index 404ffba9b8..df84eaf10a 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -451,11 +451,6 @@ input[type="checkbox"] { margin-top: 10px; } -#organization-profile input { - /* Override undesired Bootstrap default. */ - margin-bottom: 0; -} - #id_org_profile_preview { margin-bottom: 20px; display: inline-flex; @@ -1426,6 +1421,12 @@ $option_title_width: 180px; padding-left: 2px; vertical-align: middle; } + + input, + input[type="url"] { + /* Override undesired Bootstrap default. */ + margin-bottom: 0; + } } /* These have enough space for all the options in German. */