alfonsobries / vue-tailwind

Vue UI components with configurable classes ready for TailwindCSS
https://www.vue-tailwind.com/
MIT License
2.16k stars 138 forks source link

'white-space-no' instead of 'white-space-normal' in rich select component #229

Closed onmax closed 3 years ago

onmax commented 3 years ago

In the TRichSelect config file, the classname white-space-no is being used. But, the real class name in Tailwind is white-space-normal. See official documentation

alfonsobries commented 3 years ago

@onmax thanks fixed on 2.5.0 with the whitespace-nowrap class