Skip to content

Commit

Permalink
[gallery] remove uneeded css/class (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacAyelin authored Aug 22, 2023
1 parent e41bb03 commit 73b4913
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -986,10 +986,6 @@ class SlideshowView extends React.Component {
classNames += ' gallery-columns';
}

if (this.isFullWidthGallery()) {
classNames += ' streched';
}

return classNames;
}
getStyles() {
Expand Down
1 change: 0 additions & 1 deletion packages/gallery/src/components/item/itemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ class ItemView extends React.Component {
scrollDirection === GALLERY_CONSTS[optionsMap.layoutParams.structure.scrollDirection].HORIZONTAL
? itemSpacing / 2 + 'px'
: 0,
cursor: this.isItemClickable(options),
};

const { avoidInlineStyles } = settings;
Expand Down

0 comments on commit 73b4913

Please sign in to comment.