Tooltip add maxWidth prop

This commit is contained in:
梁灏 2018-06-22 15:21:58 +08:00
parent 16e850535b
commit 6b498dd1a4
3 changed files with 27 additions and 4 deletions

View file

@ -71,6 +71,11 @@
border-radius: @border-radius-small;
box-shadow: @shadow-base;
white-space: nowrap;
&-with-width{
white-space: pre-wrap;
text-align: justify;
}
}
&-light &-inner{