Skip to content
Snippets Groups Projects
Commit d17c1a64 authored by Kamila Katarzyna Lach's avatar Kamila Katarzyna Lach Committed by Konstantinos Platis
Browse files

Removed enforcing of width in image field of News pattern (overriding drupal image style)

parent fbb79c89
No related branches found
No related tags found
2 merge requests!86Merges version 2.7.2 into master,!84Resolve "Image in News pattern overrides image styles"
......@@ -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
......
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment