Skip to content

Commit

Permalink
fix(hint): correct icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed May 21, 2024
1 parent a91ac91 commit f381ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-assets/lib/stylesheets/components/_hint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ $-hint-background-color: sage-color(grey, 300);
display: flex;
padding: sage-spacing(xs) rem(12px);
background-color: $-hint-background-color;
align-items: center;
}

.sage-hint__icon {
display: flex;
margin-top: 4px;
margin-right: sage-spacing(xs);
}

Expand Down

0 comments on commit f381ab1

Please sign in to comment.