app/assets/stylesheets/sass-zero/base/preflight.scss in sass-zero-1.0.2 vs app/assets/stylesheets/sass-zero/base/preflight.scss in sass-zero-1.0.3

- old
+ new

@@ -258,5 +258,14 @@ */ [hidden] { display: none; } + +/** + * Unfortunate hack until https://bugs.webkit.org/show_bug.cgi?id=198959 is fixed. + * This sucks because users can't change line-height with a utility on date inputs now. + * Reference: https://github.com/twbs/bootstrap/pull/31993 + */ +::-webkit-date-and-time-value { + min-height: 1.5em; +}