mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
Fix: multiline text css
This commit is contained in:
parent
e517b82989
commit
d39a7d2f96
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user