Last active
February 5, 2024 12:43
-
-
Save LaxusCroco/c748142dcc35a536956d44098907f6fe to your computer and use it in GitHub Desktop.
Full-width Date Period filter button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.jet-smart-filters-date-period .jet-date-period__datepicker.date, .elementor-element.jet-smart-filter-content-position-line:has(.jet-smart-filters-search.jet-filter) { | |
width: -webkit-fill-available!important; | |
} | |
.jet-smart-filters-date-period .jet-date-period__datepicker.date .jet-date-period__datepicker-button { | |
display: flex; | |
justify-content: space-between; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment