Skip to content

Commit

Permalink
PLANET-7694 Fix design issues in Posts List with carousel style (#2474)
Browse files Browse the repository at this point in the history
These were an issue only in Posts
  • Loading branch information
mleray authored Dec 12, 2024
1 parent 021e9ef commit d67ae1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/src/scss/layout/_query-loop-overrides.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.p4-query-loop {
& > .wp-block-group {
position: relative;
padding: 0 !important;
width: 100%;
}

&.is-custom-layout-carousel {
display: flex;
flex-direction: column;
position: relative;

& > p {
margin: 0 0 48px 0 !important;
Expand Down

0 comments on commit d67ae1c

Please sign in to comment.