From d17c1a64bf40069d6e3f2e995e1ae366c65100e5 Mon Sep 17 00:00:00 2001
From: Kamila Katarzyna Lach <kamila.katarzyna.lach@cern.ch>
Date: Mon, 15 Jun 2020 10:35:51 +0000
Subject: [PATCH] Removed enforcing of width in image field of News pattern
 (overriding drupal image style)

---
 CHANGELOG.md                                                   | 1 +
 patterns/molecules/news-display/css/news-display.component.css | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66e67526..c989b5d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Fixed Related Card/Preview Card components not receiving correct colors when used in Landing Pages
 - Fixed issue of half height images w/o has Header looking squashed
+- Removed enforcing of width in image field of News pattern (overriding drupal image style)
 
 ## [2.7.1] - 25/05/2020
 
diff --git a/patterns/molecules/news-display/css/news-display.component.css b/patterns/molecules/news-display/css/news-display.component.css
index 2361e398..e9b143ea 100644
--- a/patterns/molecules/news-display/css/news-display.component.css
+++ b/patterns/molecules/news-display/css/news-display.component.css
@@ -435,7 +435,6 @@ h1.news-node-full-content-title {
 .news-node-full-content-image img {
   border: 0;
   box-shadow: 0 1px 3px 0 #bfbfbf;
-  width: 99% !important;
   margin: auto;
   margin-top: 3px; }
 
-- 
GitLab