Fixed a11y issue for the settings label

This commit is contained in:
vaidankarswapnil
2022-01-20 13:44:29 +05:30
parent de5df90f75
commit bb1bbc2f70
2 changed files with 16 additions and 15 deletions

View File

@@ -2885,6 +2885,10 @@ a:link {
.settingsSectionPart {
padding-left: 8px;
label {
padding: 0 !important;
font-size: inherit;
}
}
.settingsSectionLabel {