Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
style(rdmd/callout): fix icon alignment (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg authored Jul 28, 2020
1 parent 0e2736d commit 7ee7b5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/markdown/components/Callout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
}
&.empty {
float: left;
margin-top: calc(#{$l-offset} * .5);
.callout-icon {
line-height: 0;
}
}
> * {
color: inherit;
Expand Down

0 comments on commit 7ee7b5f

Please sign in to comment.