Skip to content

Commit

Permalink
Merge pull request opf#17059 from opf/bug/47777-work-package-date-pic…
Browse files Browse the repository at this point in the history
…ker-wrong-spacing

[47777] Work package date picker: wrong spacing
  • Loading branch information
HDinger authored Oct 29, 2024
2 parents 45043a8 + c050cbf commit 4f221f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@media #{$spot-mq-drop-modal-in-context}
height: unset
min-height: 486px
min-height: 475px // Avoid jump in height when the calendar has 6 rows to display all weeks
width: 100vw
// Basically the width of the two calendars next to each other + spacings
// will be overwritten on mobile
Expand Down Expand Up @@ -52,7 +52,7 @@
visibility: hidden

&--flatpickr-instance.inline
margin: 1rem auto !important
margin: 0.5rem auto !important

&--stretch-content
flex-grow: 1
Expand All @@ -63,7 +63,7 @@
// Of specificity here to overwrite the
// nested spot-container styles
&.spot-container
margin-top: $spot-spacing-0_5
margin-top: 0

@media screen and (max-width: $breakpoint-sm)
.op-datepicker-modal
Expand Down

0 comments on commit 4f221f9

Please sign in to comment.