Skip to content

Commit

Permalink
Slideshow Block: Fix Class Typo (#12526)
Browse files Browse the repository at this point in the history
* Update Class Name

* Update Selector
  • Loading branch information
Aurorum authored and jeherve committed Jun 3, 2019
1 parent 7df90c1 commit 2551a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/blocks/slideshow/slideshow.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Slideshow extends Component {
className="wp-block-jetpack-slideshow_container swiper-container"
ref={ this.slideshowRef }
>
<ul className="wp-block-jetpack-slideshow_swiper-wrappper swiper-wrapper">
<ul className="wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper">
{ images.map( ( { alt, caption, id, url } ) => (
<li
className={ classnames(
Expand Down
2 changes: 1 addition & 1 deletion extensions/blocks/slideshow/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

// High specifity to override theme styles
.wp-block-jetpack-slideshow_swiper-wrappper,
.wp-block-jetpack-slideshow_swiper-wrapper,
.wp-block-jetpack-slideshow_slide {
padding: 0;
margin: 0;
Expand Down

0 comments on commit 2551a29

Please sign in to comment.