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