fix Tooltip style bug
This commit is contained in:
parent
ac618af2e6
commit
69c439d65c
1 changed files with 4 additions and 1 deletions
|
@ -76,6 +76,9 @@
|
||||||
&-with-width{
|
&-with-width{
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
// 解决纯字母或数字不换行的问题
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -107,4 +110,4 @@
|
||||||
border-width: @tooltip-arrow-outer-width-light;
|
border-width: @tooltip-arrow-outer-width-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue