diff --git a/static/styles/settings.scss b/static/styles/settings.scss index c425c1ba7d..124bc9c769 100644 --- a/static/styles/settings.scss +++ b/static/styles/settings.scss @@ -1955,10 +1955,6 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker { margin-top: 5px; } -.profile-field-choices > .choice-row:first-of-type { - margin-top: 0; -} - .profile-field-choices .choice-row input { width: 190px; } @@ -1967,6 +1963,10 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker { margin-left: 0 !important; } +.profile-field-choices > .choice-row:first-of-type { + margin-top: 0; +} + .custom_user_field .pill-container { padding: 2px 6px; min-height: 24px;