wojtekmaj / react-daterange-picker

A date range picker for your React app.
https://projects.wojtekmaj.pl/react-daterange-picker
MIT License
523 stars 64 forks source link

How do i edit width of the input label #343

Open rajeevgondi opened 4 weeks ago

rajeevgondi commented 4 weeks ago

Like i want to edit the width of the year placeholder, how can i do it ?

Valent1nn commented 5 days ago

That is simply done like this: .react-daterange-pickerinputGroupinput.react-daterange-pickerinputGroupyear { width: 500px !important; }

Adjust your width accordingly!