Skip to content

Commit db45585

Browse files
committed
Slicer - Set white-space nowrap on range handle tooltip
1 parent 55b247a commit db45585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/atoms/Slicer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ input[type="range"]::-ms-thumb {
897897
position: absolute;
898898
top: -100%;
899899
width: fit-content;
900+
white-space:nowrap;
900901
}
901902
902903
.range-tooltip-arrow,

0 commit comments

Comments
 (0)