Fix alignment issues in admin settings

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2019-07-05 00:10:29 +08:00
parent 56001afb2f
commit c9ef40af27
No known key found for this signature in database
GPG Key ID: 9349B59FB54594AC
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;
}