Skip to content

Commit

Permalink
[BUGFIX] Add position absolute for preview image in news simple list. (
Browse files Browse the repository at this point in the history
…#257)

Default preview image was not visible without position style.
  • Loading branch information
Anna Färber authored and dmh committed Sep 6, 2017
1 parent f22fb9d commit f364e3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Resources/Public/less/main.less
Expand Up @@ -3625,6 +3625,7 @@
.news-simple-list__media-preview {
width: 100%;
height: 100%;
position: absolute;
}

.news-simple-list__text {
Expand Down
Expand Up @@ -20,6 +20,7 @@
.news-simple-list__media-preview {
width: 100%;
height: 100%;
position: absolute;
}

.news-simple-list__text {
Expand Down

0 comments on commit f364e3b

Please sign in to comment.