fix topic card title word break css (#844)
This commit is contained in:
parent
98725b3ee4
commit
e640048386
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue