Skip to content

Commit

Permalink
Github Issue #79: CSS classes/styles too genera
Browse files Browse the repository at this point in the history
  • Loading branch information
a-laurowski authored and a-laurowski committed Dec 10, 2018
1 parent 4ebcd7f commit 1e638dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<a href="{{attributes.deeplink}}" data-redirect="{{attributes.deeplink}}" data-redirect-target="_blank">
<img data-image="{{{suggestions.image}}}">
<div class="product-center">
<div class="product-name">{{{name}}}</div>
<div class="ff-product-name">{{{name}}}</div>
<div>Shipping</div>
<div>Rating</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Omikron/Factfinder/view/frontend/web/css/ff/suggest.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
float: left;
}

.product-name {
.ff-product-name {
width: 300px;
position: relative;
text-overflow: ellipsis;
Expand Down

0 comments on commit 1e638dc

Please sign in to comment.