Browse Source

Allow mermaid render error to wrap (#18791)

tags/v1.16.2
silverwind 2 years ago
parent
commit
ae85ee1c6f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/less/markup/content.less

+ 1
- 1
web_src/less/markup/content.less View File

@@ -550,7 +550,7 @@
border-bottom-right-radius: 0 !important;
box-shadow: none !important;
font-size: 85% !important;
white-space: pre !important;
white-space: pre-wrap !important;
padding: .5rem 1rem !important;
text-align: left !important;
}

Loading…
Cancel
Save