From: Vincent Vanwaelscappel Date: Thu, 19 Mar 2020 14:26:42 +0000 (+0100) Subject: fix #3505 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5774deaf5b683f537c8b9959c8903a32ceaddbe5;p=pmi.git fix #3505 @1 --- 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