Time values CSS broken out of the box?
See original GitHub issueExpected behavior
Times to be visible
Actual behavior
Times not visible
Steps to reproduce
import 'react-datepicker/dist/react-datepicker.css';
//...
<DatePicker showTimeSelect />
Issue Analytics
- State:
- Created 6 years ago
- Reactions:14
- Comments:10
Top Results From Across the Web
box-decoration-break - CSS: Cascading Style Sheets | MDN
The box-decoration-break CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, ...
Read more >CSS transition-delay Property - W3Schools
Property Values ; time, Specifies the number of seconds or milliseconds to wait before the transition effect will start ; initial, Sets this...
Read more >transition | CSS-Tricks
So, if we have, say, a box with a red background that we want to ... The first value that the browser recognizes...
Read more >CSS transition auto height not working - Stack Overflow
Don't forget to change the property in your transition as well. ... box-shadow 0.6s linear; transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear; ...
Read more >Animation Using CSS Transforms - The Art of Web
The animations presented below involve setting up a transformation ... For best practice you should include seconds for all CSS time values.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I use an overwrite:
Depending on the project you may need to add more specificity to the selector.
@davegravy sure, here https://github.com/Hacker0x01/react-datepicker/blob/e052b4ad349c92670b63c0a19d69a6a5f1fb6396/docs-site/style.css#L727 starting from line 645 there’s kinda reset styles, and specifically on 727
padding: 0
is what makes examples work. You can see it when inspect as well