-
-
Notifications
You must be signed in to change notification settings - Fork 143
Update CSS for DatePickerRange vertical arrows. #699
Conversation
Can you include before & after screenshots? |
@alexcjohnson Added to the initial comment for this PR. I realized while taking the screenshots that this is only for the default (Also, not a big fan of that huge space after the calendar -- that's something else I'll look into fixing.) |
height: initial; | ||
padding: 10px 0px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This component's styling is a mess 😨 Let's just make sure the arrows make sense for now. Please open a follow up issue in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 One tiny little bit better 😄
* Update CSS for DatePickerRange vertical arrows. * Use day size to calculate vertical height. * Fix eslint error.
Closes #553.
Before
After