Skip to content

Commit 32ce2f6

Browse files
authored
add image max size for ol (#17993)
1 parent 46f18ed commit 32ce2f6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

stylesheets/overrides.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,12 @@ pre .bluebox {
172172
fill: $white;
173173
}
174174
}
175+
176+
.markdown-body li img {
177+
max-width: calc(100% - 32px);
178+
}
179+
180+
.markdown-body img {
181+
max-height: 600px;
182+
}
183+

0 commit comments

Comments
 (0)