Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CERN Components
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Web Team
Drupal
Public Drupal Repositories
Drupal 8
D8 Modules
CERN Components
Commits
d17c1a64
Commit
d17c1a64
authored
4 years ago
by
Kamila Katarzyna Lach
Committed by
Konstantinos Platis
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed enforcing of width in image field of News pattern (overriding drupal image style)
parent
fbb79c89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!86
Merges version 2.7.2 into master
,
!84
Resolve "Image in News pattern overrides image styles"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
patterns/molecules/news-display/css/news-display.component.css
+0
-1
0 additions, 1 deletion
...rns/molecules/news-display/css/news-display.component.css
with
1 addition
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
d17c1a64
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
patterns/molecules/news-display/css/news-display.component.css
+
0
−
1
View file @
d17c1a64
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment