Restrict the with of the tooltip for longer text

This commit is contained in:
luis cielak 2018-08-09 15:54:02 -04:00
parent a9be4665ce
commit 0cefe76334

View File

@ -1,6 +1,7 @@
.tooltip {
display: block;
z-index: 10000;
max-width: $text-max-width;
.tooltip-inner {
background: $color-black;