settings: Decrease left-margin for the dependent blocks in settings UI.

This commit is contained in:
Sahil Batra 2022-03-03 22:44:45 +05:30 committed by Tim Abbott
parent 1cf25d783c
commit 6bb7f57ec2
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ td .button {
} }
.dependent-block { .dependent-block {
margin: -5px 0 15px 35px; margin: -5px 0 15px 23px;
} }
.dependent-inline-block { .dependent-inline-block {