Skip to content

Commit 6d56b6f

Browse files
committed
constrain width of svg element
1 parent c566728 commit 6d56b6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/doc.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,10 @@
461461

462462
.doc .imageblock img,
463463
.doc .imageblock object[type="image/svg+xml"],
464-
.doc .image > img {
464+
.doc .imageblock svg,
465+
.doc .image > img,
466+
.doc .image > object[type="image/svg+xml"],
467+
.doc .image > svg {
465468
display: inline-block;
466469
height: auto;
467470
max-width: 100%;

0 commit comments

Comments
 (0)