Skip to content

Commit

Permalink
[BUGFIX] Allow full image size of selections
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Jul 28, 2019
1 parent fba3c0f commit a76b744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Public/Css/Aimeos/aimeos.css
Original file line number Diff line number Diff line change
Expand Up @@ -1525,8 +1525,8 @@ html.no-js .catalog-filter-supplier:hover .supplier-lists {
.catalog-list-items .selection .media-item > img,
.catalog-detail-basket .selection .media-item > img {
border: none;
height: 1.33em;
width: 1.33em;
height: 100%;
width: 100%;
}

.catalog-list-items .selection .media-item + span,
Expand Down

0 comments on commit a76b744

Please sign in to comment.