vuetifyjs / vuetify

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

[Bug Report][3.5.15] VCounter should not break line #19620

Open ricardo17coelho opened 2 weeks ago

ricardo17coelho commented 2 weeks ago

Environment

Vuetify Version: 3.5.15 Last working version: 2.7.2 Vue Version: 3.4.22 Browsers: Chrome 123.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

See playground: https://play.vuetifyjs.com/#eNplkEFOxDAMRa8SZTMbQkHMalRGYsMlprMwjUMbnKbESVsJcS0uwMVIW1UdCSly5Pdtf+lfviSHunjp+/shoTzJMqLrCSKeq06IclABufcdtwOKmoD5uZJuUpCir6RwMKmx1bHJ9Ol4rOSytexFnKIyLZJekRDOayQ1ACXM48D6/6vkNty0GpXGCC3NlqvfJhK8IWX62gaOogOHu1b71EUMWX182CmG4MPWzMeMrxNv4LTIyiEzvOPsdzk0oBtgmosWZEX+LORKVosRP0cUGRi2Rmg29mNuMjGsf3+sOVw363NZ3GaxpprRHmtGZXGTuvy+6xLRUq5/G5qLmg==

Expected Behavior

the counter should not break line

Actual Behavior

Vuetify 3 (See playground)

Screenshot 2024-04-15 at 22 26 21

counter breaks line i guess, this style is missing:

    white-space: nowrap;

( in comparation with vuetify 2 )

Screenshot 2024-04-15 at 22 29 14

Reproduction Link

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