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