Skip to content

Commit

Permalink
fix: align alert text with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn320 committed Apr 19, 2023
1 parent a752301 commit ad438e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContextualAlert/ContextualAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function ContextualAlert(props) {
<img id={alert_icon_id} src={alert_type} alt={alert_icon_alt_text} />
</div>
<div
className={`ds-overflow-auto ds-border-l-6 ${alert_color} sm:ds-pl-24px ds-pl-16px`}
className={`ds-overflow-auto ds-border-l-6 ${alert_color} sm:ds-pl-24px ds-pl-16px ds-pt-3`}
>
{asHtml ? (
<p
Expand Down

0 comments on commit ad438e6

Please sign in to comment.