Merge pull request #10777 from opf/fix/41814-style-changes-to-datepicker
[41814] Fix minor style issues in the new datepickerpull/10782/head
commit
63a774aee8
@ -1,6 +1,10 @@ |
||||
@media screen and (max-width: 679px) |
||||
.op-datepicker-modal |
||||
height: initial |
||||
width: calc(100vw - 2rem) |
||||
max-width: 300px |
||||
&--dates-container |
||||
grid-template-columns: 1fr max-content |
||||
grid-template-columns: 1fr 1fr |
||||
|
||||
&--date-form |
||||
&:only-child |
||||
grid-column: 1 / 3 |
||||
|
Loading…
Reference in new issue