diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index f416ca5..e7f80a4 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -48,9 +48,12 @@ input { padding: 0.25rem; } - pre { overflow: auto; +} + +.comments pre { + overflow: auto; white-space: pre-wrap; overflow-wrap: break-word; }