Skip to content

Commit

Permalink
fix(inline-message): fix content alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Oct 17, 2024
1 parent df4976e commit 68d8ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/inline-message/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
border-color: #{token(border-color)};

display: flex;
align-items: center;
gap: #{token(icon-gap)};
box-sizing: border-box;
padding-inline: #{token(padding-inline)};
Expand All @@ -37,4 +38,5 @@

@mixin icon {
color: #{token(icon-color)};
align-self: start;
}

0 comments on commit 68d8ed3

Please sign in to comment.