diff --git a/cwd-admin/src/styles/components/comments.less b/cwd-admin/src/styles/components/comments.less index 3301d77..30b7de1 100644 --- a/cwd-admin/src/styles/components/comments.less +++ b/cwd-admin/src/styles/components/comments.less @@ -160,13 +160,13 @@ text-decoration: underline; } -.cell-content-text { - font-size: 13px; - line-height: 1.5; - white-space: pre-wrap; - word-break: break-word; - margin-bottom: 5px; -} +// .cell-content-text { +// font-size: 13px; +// line-height: 1.5; +// white-space: pre-wrap; +// word-break: break-word; +// margin-bottom: 5px; +// } .cell-path { font-size: 13px; diff --git a/cwd-admin/src/styles/markdown.css b/cwd-admin/src/styles/markdown.css index c0199a8..a62dd01 100644 --- a/cwd-admin/src/styles/markdown.css +++ b/cwd-admin/src/styles/markdown.css @@ -3,7 +3,7 @@ line-height: 1.6; color: var(--cwd-text, #24292f); word-wrap: break-word; - white-space: pre-wrap; + /* white-space: pre-wrap; */ margin-top: 10px; } diff --git a/docs/widget/src/styles/main.css b/docs/widget/src/styles/main.css index b715308..be296d1 100644 --- a/docs/widget/src/styles/main.css +++ b/docs/widget/src/styles/main.css @@ -434,7 +434,7 @@ line-height: 1.6; color: var(--cwd-text, #24292f); word-wrap: break-word; - white-space: pre-wrap; + /* white-space: pre-wrap; */ margin-top: 10px; }