Fix bad word breaking on conversations (#12039)

* Fix bad word breaking

* Fix style

* Fix style
This commit is contained in:
Cutls 2019-10-02 07:39:56 +09:00 committed by Eugen Rochko
parent 110bcf1c8d
commit 733a3d20b0

View file

@ -6450,7 +6450,6 @@ noscript {
flex: 1 1 auto;
padding: 10px 5px;
padding-right: 15px;
word-break: break-all;
overflow: hidden;
&__info {
@ -6487,5 +6486,9 @@ noscript {
}
}
}
a {
word-break: break-word;
}
}
}