Skip to content

Commit

Permalink
fix(alert): fix style, close #45
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Aug 27, 2024
1 parent 3f29693 commit bc83f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alert/alert.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
padding: 8px 16px;
margin-bottom: 16px;
color: inherit;
border-left: 0.25em solid var(--border-color);
border-left: 0.25em solid;
}
.markdown-alert > :first-child {
margin-top: 0;
Expand Down

0 comments on commit bc83f16

Please sign in to comment.