Commit 5b2859d1 authored by SpinShare's avatar SpinShare

fix word break in comments/description

parent a7496150
...@@ -42,8 +42,7 @@ ...@@ -42,8 +42,7 @@
& .collapsableText { & .collapsableText {
& .text { & .text {
line-height: 1.5em; line-height: 1.5em;
word-wrap: break-word; word-break: normal;
word-break: break-all;
overflow: hidden; overflow: hidden;
transition: 1s ease max-height; transition: 1s ease max-height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment