From 5774deaf5b683f537c8b9959c8903a32ceaddbe5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 19 Mar 2020 15:26:42 +0100 Subject: [PATCH] fix #3505 @1 --- resources/styles/components/products.styl | 1 + resources/views/partials/product-link.blade.php | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/styles/components/products.styl b/resources/styles/components/products.styl index f2d8184..469eb10 100644 --- a/resources/styles/components/products.styl +++ b/resources/styles/components/products.styl @@ -20,6 +20,7 @@ width 100%; padding-top 0.7rem padding-bottom 0.7rem + margin-top 0.7rem .links white-space nowrap; diff --git a/resources/views/partials/product-link.blade.php b/resources/views/partials/product-link.blade.php index d717245..d89269d 100644 --- a/resources/views/partials/product-link.blade.php +++ b/resources/views/partials/product-link.blade.php @@ -15,10 +15,11 @@

{{ $product->get('reference') }}

- @if(config('features.quote')) - - @endif + {{$product->get('name')}}
+ @if(config('features.quote')) + + @endif