diff --git a/packages/markdown/components/Callout/style.scss b/packages/markdown/components/Callout/style.scss index 9b185d10c..bca97ed5e 100644 --- a/packages/markdown/components/Callout/style.scss +++ b/packages/markdown/components/Callout/style.scss @@ -66,6 +66,10 @@ } &.empty { float: left; + margin-top: calc(#{$l-offset} * .5); + .callout-icon { + line-height: 0; + } } > * { color: inherit;