Skip to content

Commit 58b22d5

Browse files
authored
DateTime Component: Fix sizing of help info (#34370)
1 parent ccf904f commit 58b22d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/components/src/date-time/style.scss

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
.components-datetime__calendar-help {
1414
padding: $grid-unit-20;
15+
min-width: 260px;
1516

1617
h4 {
1718
margin: 0;
@@ -47,6 +48,10 @@
4748
margin-top: 0;
4849
margin-bottom: 0;
4950
}
51+
52+
.components-button:focus {
53+
z-index: z-index(".components-button {:focus or .is-primary}");
54+
}
5055
}
5156

5257
.components-datetime__date {

0 commit comments

Comments
 (0)