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