settings: Remove margin for subheader title.

The margin doesn't scale with font size, so it looks
extra weird at small font sizes, and also the text
is already being centered with flex so we don't need
margin.
This commit is contained in:
evykassirer
2025-03-20 16:53:52 -07:00
committed by Tim Abbott
parent 6b0dd9e063
commit 3539142479

View File

@@ -391,7 +391,6 @@ h4.user_group_setting_subsection_title {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 20px 10px 0;
&.showing-info-title {
display: -webkit-box;