You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 1: Click the vertical slider's mark: "70°C" ;
What is expected?
When we click the silder's mark on it, it should change the value on itself.
What is actually happening?
You will find that, the vertical slider doesn't happen any change, and horizontal slider is changed.
Environment
Info
ng-zorro-antd
8.1.0
Browser
Chrome 5.0.3770.142
In fact, it is because the class: ".ant-slider-mark-text" have too much width :90% of the div's width. So it will influence other fields, and casue user interaction issue.
Wish to optimization the width setting of the ".ant-slider-mark-text". Thanks!
The text was updated successfully, but these errors were encountered:
Reproduction link
https://ng-zorro-antd-start-21q9wb.stackblitz.io
Steps to reproduce
Step 1: Click the vertical slider's mark: "70°C" ;
What is expected?
When we click the silder's mark on it, it should change the value on itself.
What is actually happening?
You will find that, the vertical slider doesn't happen any change, and horizontal slider is changed.
In fact, it is because the class: ".ant-slider-mark-text" have too much width :90% of the div's width. So it will influence other fields, and casue user interaction issue.
Wish to optimization the width setting of the ".ant-slider-mark-text". Thanks!
The text was updated successfully, but these errors were encountered: