Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit b1f376f

Browse files
committed
Prevent wrapping on item view listing link
1 parent 9dfe596 commit b1f376f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/templates/item.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="flexRow border0">
2-
<div class="flexRow bar pad20 height30 marginTop9">
3-
<a class="js-returnToStore textOpacity50 underline fontSize13"><%= polyglot.t('AllListings') %></a>
2+
<div class="flexRow bar pad20 height30 marginTop9 noFlexWrap">
3+
<a class="js-returnToStore textOpacity50 underline fontSize13 noWrap"><%= polyglot.t('AllListings') %></a>
44
<% if(ob.vendor_offer.listing.item.category) { %>
55
<span class="ion-ios-arrow-forward breadCrumbArrow"></span>
6-
<a class="js-returnToStoreCategory textOpacity50 underline fontSize13"><%= ob.vendor_offer.listing.item.category %></a>
6+
<a class="js-returnToStoreCategory textOpacity50 underline fontSize13 noOverflow"><%= ob.vendor_offer.listing.item.category %></a>
77
<% } %>
88
</div>
99
<div class="floatRight">

0 commit comments

Comments
 (0)