Fix subject wrapping
This commit is contained in:
parent
2a5b1c89d8
commit
febd134f54
|
@ -32,19 +32,21 @@
|
||||||
color: #6c878e
|
color: #6c878e
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
max-width: 300px
|
max-width: 300px
|
||||||
display: inline-block
|
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
float: left
|
||||||
|
|
||||||
.subject
|
.subject
|
||||||
display: inline-block
|
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
color: #6c878e
|
color: #6c878e
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
margin-right: 2px
|
margin-right: 2px
|
||||||
line-height: 20px
|
line-height: 20px
|
||||||
|
word-wrap: break-word
|
||||||
|
padding-left: 0.55em
|
||||||
|
text-indent: -0.55em
|
||||||
|
|
||||||
.body
|
.body
|
||||||
max-height: 63px
|
max-height: 63px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user