Restrict the with of the tooltip for longer text
This commit is contained in:
parent
a9be4665ce
commit
0cefe76334
@ -1,6 +1,7 @@
|
|||||||
.tooltip {
|
.tooltip {
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
|
max-width: $text-max-width;
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
background: $color-black;
|
background: $color-black;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user