recipePosForm - hide when embeded productcard

This commit is contained in:
Kurt Riddlesperger 2019-12-20 11:25:37 -06:00
parent 2a361a9f72
commit 30dd7fb1b7

View File

@ -96,7 +96,7 @@
</form>
</div>
<div class="col-xs-12 col-md-6 col-xl-4">
<div class="col-xs-12 col-md-6 col-xl-4 hide-when-embedded">
@include('components.productcard')
</div>
</div>