Skip to content

Commit 8f47295

Browse files
authored
Merge pull request #2590 from strictdoc-project/2586_mermaid_svg_style
fix(css): include svg selector for sdoc-autogen media
2 parents 3dc63ee + 3808244 commit 8f47295

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

strictdoc/export/html/_static/autogen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,11 @@ sdoc-autogen dt ol {
136136
/* object */
137137

138138
sdoc-autogen img,
139+
sdoc-autogen svg,
139140
sdoc-autogen object {
140141
max-width: 100%;
141142
height: auto;
142-
padding: 1em;
143+
padding: 1em 0;
143144
background: var(--color-bg-contrast);
144145
}
145146

0 commit comments

Comments
 (0)