Fix: multiline text css

This commit is contained in:
Sébastien Hut 2015-04-07 18:41:49 +02:00
parent e517b82989
commit d39a7d2f96
2 changed files with 6 additions and 2 deletions

View File

@ -1436,10 +1436,12 @@ button.secondary:hover:not(:disabled) {
visibility: hidden;
}
.messages .message .body {
display: inline;
display: inline-block;
word-break: break-word;
position: relative;
left: -60px;
margin: 0;
padding: 0;
}
.messages .message .body .mention {
color: #ec008c;

View File

@ -461,10 +461,12 @@
visibility: hidden
.body
display: inline
display: inline-block
word-break: break-word
position: relative
left: -60px
margin: 0
padding: 0
.mention
color: $pink