Skip to content

Commit

Permalink
Merge pull request #2291 from Codeinwp/fix/issue-190
Browse files Browse the repository at this point in the history
 fix: slider breaking when inside a Section Column
  • Loading branch information
HardeepAsrani authored Jul 30, 2024
2 parents 7e9f7d0 + c495d9f commit 31f05e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blocks/blocks/slider/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
--border-radius: 0;
--width: auto;


.glide--carousel, &> div {
width: var( --width );
border: var( --border-width ) solid var( --border-color );
border-radius: var( --border-radius );
overflow: hidden;

display: grid;
}

.glide__slides {
Expand Down

0 comments on commit 31f05e6

Please sign in to comment.