Commit a18398fa authored by SpinShare's avatar SpinShare

fixed comment breaking words

parent 1739f787
......@@ -331,8 +331,7 @@
.section-song-detail .song-social .tab.tab-reviews .reviews .review .comment {
margin-top: 15px;
line-height: 1.5em;
word-wrap: break-word;
word-break: break-all;
word-break: normal;
overflow: hidden;
transition: 1s ease max-height;
}
......
......@@ -367,8 +367,7 @@
& .comment {
margin-top: 15px;
line-height: 1.5em;
word-wrap: break-word;
word-break: break-all;
word-break: normal;
overflow: hidden;
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