Fix alignment issues in admin settings
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
parent
56001afb2f
commit
c9ef40af27
|
@ -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;
|
||||
|
|
|
@ -1169,7 +1169,7 @@ table.grid td.date {
|
|||
|
||||
.icon-info {
|
||||
padding: 11px 20px;
|
||||
vertical-align: super;
|
||||
vertical-align: text-bottom;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue