Skip to content

Commit 529ce3e

Browse files
committed
No margin-left on generated text "Issue" to avoid that it looks
indented when at the beginning of a line.
1 parent d5d0dd9 commit 529ce3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ dfn { font-weight: bolder; /*font-size: 1em*/ }
184184
background: #c00;
185185
background-clip: padding-box;
186186
color: white;
187-
margin: 0.25em;
187+
margin-right: 0.25em;
188188
padding: 0 0.25em;
189189
}
190190

0 commit comments

Comments
 (0)