How do i edit width of the input label #354
Answered
by
Valent1nn
rajeevgondi
asked this question in
Q&A
-
Like i want to edit the width of the year placeholder, how can i do it ? |
Beta Was this translation helpful? Give feedback.
Answered by
Valent1nn
Sep 18, 2024
Replies: 1 comment
-
That is simply done like this: Adjust your width accordingly! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wojtekmaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is simply done like this:
.react-daterange-picker__inputGroup__input.react-daterange-picker__inputGroup__year {
width: 500px !important;
}
Adjust your width accordingly!