Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignment

Fix alignment issues in admin settings
This commit is contained in:
John Molakvoæ 2019-07-07 20:00:10 +02:00 committed by GitHub
commit 1f4312fd92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -365,7 +365,7 @@ input {
// Detail description below label of checkbox or radio button
& + label ~ em {
display: inline-block;
margin-left: 18px;
margin-left: 25px;
}
& + label ~ em:last-of-type {
margin-bottom: $checkbox-radio-size;

View file

@ -1169,7 +1169,7 @@ table.grid td.date {
.icon-info {
padding: 11px 20px;
vertical-align: super;
vertical-align: text-bottom;
opacity: .5;
}