diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e6752655fa8b7ce9598bcc59321a3cd6c1a67f..c989b5d7355e3520545fb950aa2b25569c92358b 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 2361e398aee782b74b42c623ce35a41e3a17f6d7..e9b143ea2f40a480d33fbc1735e0788944dd9145 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; }