summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/css/settings.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 14900a52af9..7a12e4f7d95 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -877,10 +877,6 @@ span.version {
}
.section {
- h2.app-name {
- display: block;
- margin: 8px 0;
- }
margin-bottom: 0;
/* use 2nd child since app-navigation-toggle is the first */
&:not(:nth-child(2)) {
@@ -888,10 +884,13 @@ span.version {
}
/* correctly display help icons next to headings */
- h2 .icon-info {
- padding: 6px 20px;
- vertical-align: text-bottom;
- display: inline-block;
+ h2 {
+ margin-bottom: 22px;
+ .icon-info {
+ padding: 6px 20px;
+ vertical-align: text-bottom;
+ display: inline-block;
+ }
}
}