vendor/assets/stylesheets/spectre/_tooltips.scss in spectre_scss-0.4.5.0 vs vendor/assets/stylesheets/spectre/_tooltips.scss in spectre_scss-0.4.6.0
- old
+ new
@@ -8,10 +8,10 @@
color: $light-color;
content: attr(data-tooltip);
display: block;
font-size: $font-size-sm;
left: 50%;
- max-width: $control-max-width;
+ max-width: $control-width-sm;
opacity: 0;
overflow: hidden;
padding: $unit-1 $unit-2;
pointer-events: none;
position: absolute;