diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css index f424d41..d052cbe 100644 --- a/wwwroot/css/style.css +++ b/wwwroot/css/style.css @@ -451,4 +451,8 @@ article#directory ul{ .markdown-editor > .EasyMDEContainer > .CodeMirror { flex: auto; +} + +article { + overflow-wrap: anywhere; } \ No newline at end of file