fix from prod
This commit is contained in:
parent
7b74de5aac
commit
3b72e67b19
@ -9,6 +9,7 @@
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%!important;
|
||||
max-width: 985px!important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.jspPane{
|
||||
|
@ -447,14 +447,14 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{/if}
|
||||
{if !empty($product->description)}
|
||||
<!-- full description -->
|
||||
<div id="idTab2" class="rte scroll-pane">
|
||||
<div id="idTab2" class="rte " style="">
|
||||
{$product->description}
|
||||
</div>
|
||||
{/if}
|
||||
<div id="idTab3" class="rte scroll-pane">
|
||||
<div id="idTab3" class="rte " >
|
||||
</div>
|
||||
{if !empty($product->videos)}
|
||||
<div id="idTab4" class="rte scroll-pane">
|
||||
<div id="idTab4" class="rte " >
|
||||
{$product->videos}
|
||||
</div>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user