We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aed7bd + 3b37023 commit e1bf165Copy full SHA for e1bf165
src/nhsuk/components/date-input/_index.scss
@@ -21,6 +21,11 @@
21
display: inline-block;
22
margin-right: nhsuk-spacing(4);
23
margin-bottom: 0;
24
+
25
+ // Prevents an issue in iOS Safari 18 where the items vertically
26
+ // shift when the value of inputs is changed.
27
+ // https://github.com/alphagov/reported-bugs/issues/90
28
+ vertical-align: bottom;
29
}
30
31
.nhsuk-date-input__label {
0 commit comments