We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24202a8 commit 3b25de9Copy full SHA for 3b25de9
src/material/slider/slider.scss
@@ -135,6 +135,12 @@ $mat-slider-horizontal-margin: 8px !default;
135
.mat-mdc-focus-indicator::before {
136
border-radius: 50%;
137
}
138
+
139
+ // Stop parent word-break from altering
140
+ // the word-break of the value indicator.
141
+ .mdc-slider__value-indicator {
142
+ word-break: normal;
143
+ }
144
145
// In the MDC slider the focus indicator is inside the thumb.
146
.mdc-slider__thumb--focused .mat-mdc-focus-indicator::before {
0 commit comments