JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 438 forks source link

Fix UISlider marker from being dependent on the global line-height. #540

Closed kilobyte2007 closed 2 years ago

kilobyte2007 commented 2 years ago

The UiSlider's marker text is now showing correctly in the docs because the .page class has line-height: 1.6. When used in a project with different line heights the marker text position is not aligned well vertically. This fix addresses that.