fix topic card title word break css

This commit is contained in:
Devin Howard 2016-10-26 08:40:28 +08:00
parent 0b6348e13f
commit 460c6097c1

View file

@ -69,6 +69,7 @@
} }
.CardOnGraph .title { .CardOnGraph .title {
word-break: break-word;
font-size: 18px; font-size: 18px;
line-height: 22px; line-height: 22px;
display: table; display: table;