eminiarts / nova-tabs

Laravel Nova Tabs Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use `text-transform: capitalize;`

mrleblanc101 opened this issue · comments

Hi,
Not all language capitalize the first letter of every words.
For exemple, I have a tab called Ligne du temps but it display as Ligne Du Temps.
You should use a Vue filter/function to capitalize the first letter of the first word only, and not use CSS.

commented

+1 for this