Tooltip add maxWidth prop
This commit is contained in:
parent
16e850535b
commit
6b498dd1a4
3 changed files with 27 additions and 4 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue