vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[Bug Report][3.5.16] Unnecessary letter spacing in Arabic buttons distorts the button appearance #19627

Open YasinDehfuli opened 2 weeks ago

YasinDehfuli commented 2 weeks ago

Environment

Vuetify Version: 3.5.16 Last working version: 3.5.16 Vue Version: 3.4.23 Browsers: Firefox 124.0 OS: Mac OS 10.15

Steps to reproduce

To fix this bug, I'm trying to add a class with letter spacing 0 in component style or main style. And it works carefully.

<style scoped>
.v-btn{
  letter-spacing: 0 !important;
}
</style>

Expected Behavior

image

Actual Behavior

image

Reproduction Link

https://play.vuetifyjs.com/#...