Skip to content

Commit c13fc05

Browse files
authored
Merge pull request #191 from couchbase/DOC-13219-kroki-mermaid-image-width
DOC-13219 set kroki image width to 100%
2 parents 8e1c7db + 24fb1fd commit c13fc05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ ul ul ul {
475475
max-width: 100%;
476476
}
477477

478+
.imageblock.kroki img {
479+
width: 100%;
480+
}
481+
478482
.doc span.image.icon {
479483
line-height: 1;
480484
vertical-align: -0.2em;

0 commit comments

Comments
 (0)