You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DateTime component as it exists, references a 3rd party library that uses lots of inline styles and hard-coded widths and dimensions.
Having explored various other approaches now, there are only two ways to fix this.
1. Actually add the padding to the component itself. This is the only way to make it work inside popovers when used outside of WordPress.
2. Do a major refactor to include a different datetime library.
In order to move forward, I'm therefore embracing the padding.
0 commit comments