Skip to content

Commit

Permalink
Clean up the rest.
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Dec 11, 2023
1 parent 50b8392 commit 20e6a3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ body {
.wp-site-blocks .is-layout-constrained,
.wp-block-post-content-is-layout-constrained {
& .alignwide {

/* See note about about the `global` sizes. */
max-width: var( --wp--custom--layout--wide-size ) !important;
max-width: var(--wp--custom--layout--wide-size) !important;
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

/* Until we move to multi-select we should show the count so users know there is a filter applied. */
.wporg-query-filter__toggle.has-no-filter-applied span,
.wporg-query-filter__toggle.has-no-filter-applied span,
.wporg-query-filter__toggle.is-single-select span {
display: inline-block;
display: inline-block;
}

@media(max-width: 889px) {
.wporg-query-filters {
max-width:100%;
overflow-x: scroll
}
.wporg-query-filters {

@media (max-width: 889px) {
max-width: 100%;
overflow-x: scroll;
}
}

0 comments on commit 20e6a3d

Please sign in to comment.