diff --git a/static/styles/settings.scss b/static/styles/settings.scss index 124bc9c769..3ce12a8695 100644 --- a/static/styles/settings.scss +++ b/static/styles/settings.scss @@ -1944,27 +1944,27 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker { .profile-field-choices { display: inline-block; -} -.profile-field-choices hr { - margin-top: 0; - margin-bottom: 5px; -} + hr { + margin-top: 0; + margin-bottom: 5px; + } -.profile-field-choices .choice-row { - margin-top: 5px; -} + .choice-row { + margin-top: 5px; -.profile-field-choices .choice-row input { - width: 190px; -} + input { + width: 190px; + } -.profile-field-choices .choice-row button { - margin-left: 0 !important; -} + button { + margin-left: 0 !important; + } + } -.profile-field-choices > .choice-row:first-of-type { - margin-top: 0; + > .choice-row:first-of-type { + margin-top: 0; + } } .custom_user_field .pill-container {