Merge pull request #200 from alexwebdevs/alex/fix-text-wrapping-style-issue

[BUGFIX] Update display text wrapping style
pull/227/head
Michael Truell 2023-03-24 15:22:17 -07:00 committed by GitHub
commit c22c98361d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ body {
min-width: 140ch;
}
.display_text_wrapping {
width: 100%;
}
.display_text_wrapping .cm_content {
min-width: 100%;
}