vendor/assets/stylesheets/spectre/_tooltips.scss in spectre_scss-0.4.2.0 vs vendor/assets/stylesheets/spectre/_tooltips.scss in spectre_scss-0.4.3.0
- old
+ new
@@ -17,10 +17,10 @@
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
transform: translate(-50%, $unit-2);
transition: all .2s ease;
- white-space: nowrap;
+ white-space: pre;
z-index: $zindex-3;
}
&:focus,
&:hover {
&::after {