diff --git a/web/styles/settings.css b/web/styles/settings.css index 0decfcced8..89df75a74d 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -1089,6 +1089,7 @@ input[type="checkbox"] { label.display-settings-radio-choice-label { border-bottom: 1px solid hsl(0deg 0% 0% / 20%); padding: 8px 0 10px; + display: flex; &:last-of-type { border-bottom: none; @@ -1117,7 +1118,8 @@ label.display-settings-radio-choice-label { } .right { - float: right; + /* Push to far right in flex container. */ + margin-left: auto; } } @@ -1147,10 +1149,8 @@ $option_title_width: 180px; overflow-x: hidden; overflow-y: visible; position: relative; - height: 36px; .user-name-and-status-text { - margin-top: -4px; display: flex; flex-direction: column; } diff --git a/web/templates/settings/display_settings.hbs b/web/templates/settings/display_settings.hbs index 377f0c6ceb..7637ef1742 100644 --- a/web/templates/settings/display_settings.hbs +++ b/web/templates/settings/display_settings.hbs @@ -41,8 +41,14 @@