fix from prod

This commit is contained in:
Srv Bebeboutik 2016-06-24 10:09:27 +02:00
parent 7b74de5aac
commit 3b72e67b19
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@
overflow: hidden;
position: relative;
width: 100%!important;
max-width: 985px!important;
box-sizing: border-box;
}
.jspPane{

View File

@ -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}