Skip to content

Commit 1955536

Browse files
committed
fix(#141): add default 16x16 size for alert icons
Makes it more sensible to use svgs downloaded online.
1 parent 0393fec commit 1955536

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

static/markdown.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ blockquote {
150150
line-height: 1;
151151
}
152152
.alert .alert-title svg {
153+
height: 16px;
154+
width: 16px;
153155
margin-right: 0.5rem;
154156
display: inline-block;
155157
overflow: visible !important;

0 commit comments

Comments
 (0)