-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: material/slidergood first issueThis issue is a good place to start for first time contributors to the projectThis issue is a good place to start for first time contributors to the project
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Upgraded to mdc based components and the sliders thumb label started looking like this:
found out the culprit to be a word-break: break-word; on one of the parent divs, not sure if this is intended
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-okzuyh?file=src%2Fapp%2Fexample-component.html
Steps to reproduce:
- move slider thumb
Expected Behavior
slider thumb label shouldn't break on any parent having word-break
Actual Behavior
slider thumb label inherits word-break
Environment
- Angular: 15.2.4
- CDK/Material: 15.2.5
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: material/slidergood first issueThis issue is a good place to start for first time contributors to the projectThis issue is a good place to start for first time contributors to the project