diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index f649ef1a31e04e68bb1c9575e698d1c661b44459..9a315b79151aa8c292e607cf2afbf4fefd87bd13 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -1191,7 +1191,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
 .settings-caption {
 	font-weight: bold;
 	line-height: 44px;
-	padding: 0 12px;
+	padding: 0 44px;
 	white-space: nowrap;
 	text-overflow: ellipsis;
+	// !important to overwrite specific hover and focus
+	opacity: .4 !important;
+	box-shadow: none !important;
+
+	&:not(:first-child) {
+		margin-top: 22px;
+	}
 }