fix topic card title word break css (#844)

This commit is contained in:
Devin Howard 2016-10-26 17:01:05 +08:00 committed by GitHub
parent 98725b3ee4
commit e640048386

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;