diff --git a/news/134.bugfix b/news/134.bugfix new file mode 100644 index 00000000..64c3c510 --- /dev/null +++ b/news/134.bugfix @@ -0,0 +1 @@ +Fix Teaser block CSS. @danalvrz \ No newline at end of file diff --git a/src/components/Blocks/Listing/GridTemplate.jsx b/src/components/Blocks/Listing/GridTemplate.jsx index f95d4668..a70a09f1 100644 --- a/src/components/Blocks/Listing/GridTemplate.jsx +++ b/src/components/Blocks/Listing/GridTemplate.jsx @@ -40,10 +40,10 @@ const GridTemplate = ({ items, linkTitle, linkHref, isEditMode }) => { componentName="PreviewImage" item={item} alt="" - className="grid-item-image" + className="item-image" /> )} -