Commit a18398fa authored by SpinShare's avatar SpinShare

fixed comment breaking words

parent 1739f787
...@@ -331,8 +331,7 @@ ...@@ -331,8 +331,7 @@
.section-song-detail .song-social .tab.tab-reviews .reviews .review .comment { .section-song-detail .song-social .tab.tab-reviews .reviews .review .comment {
margin-top: 15px; margin-top: 15px;
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;
} }
......
...@@ -367,8 +367,7 @@ ...@@ -367,8 +367,7 @@
& .comment { & .comment {
margin-top: 15px; margin-top: 15px;
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