[Fixed: Extra line removed from product page.]

This commit is contained in:
Vivek Sharma 2020-02-08 18:37:50 +05:30
parent 2706e8a181
commit 57ddb147c3
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
@if ($product->type == 'bundle')
@push('css')
<style type="text/css">
.bundle-options-wrapper .bundle-option-list {
border: unset;
}
</style>
@endpush
{!! view_render_event('bagisto.shop.products.view.bundle-options.before', ['product' => $product]) !!}