Skip to content

Commit

Permalink
DateTime Component: Fix sizing of help info (#34370)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong authored Sep 1, 2021
1 parent ccf904f commit 58b22d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

.components-datetime__calendar-help {
padding: $grid-unit-20;
min-width: 260px;

h4 {
margin: 0;
Expand Down Expand Up @@ -47,6 +48,10 @@
margin-top: 0;
margin-bottom: 0;
}

.components-button:focus {
z-index: z-index(".components-button {:focus or .is-primary}");
}
}

.components-datetime__date {
Expand Down

0 comments on commit 58b22d5

Please sign in to comment.