1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Allow mermaid render error to wrap (#18790)

This commit is contained in:
silverwind 2022-02-17 08:42:43 +01:00 committed by GitHub
parent 3a29a23cdc
commit bd71245c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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