Commit 11731d96 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'himkp-revert-mermaid-charts-fix' into 'master'

Revert max-width set on mermaid charts

See merge request gitlab-org/gitlab!31945
parents fcefe6a8 391aff3e
......@@ -82,7 +82,7 @@ function renderMermaidEl(el) {
return;
}
svg.classList.add('mermaid', 'mw-100');
svg.classList.add('mermaid');
// pre > code > svg
svg.closest('pre').replaceWith(svg);
......
---
title: Force mermaid diagrams to be scaled to fit within browser window when used in markdown
merge_request: 25016
author: Christopher Stryker
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment