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; 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{

View File

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