Skip to content

Commit

Permalink
fix: date input length (#621)
Browse files Browse the repository at this point in the history
Co-authored-by: mgaseta <105936322+mgaseta@users.noreply.github.com>
  • Loading branch information
craigyu and mgaseta authored Nov 14, 2023
1 parent 9bc5326 commit 4672150
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/layout/PrivateLayout/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
margin: auto;
}

.#{vars.$bcgov-prefix}--date-picker {
span {
width: 100%;
}
}

@media only screen and (max-width: 1055px) {
.main-container {
padding-top: 5rem;
Expand Down

0 comments on commit 4672150

Please sign in to comment.