1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Fix padding

This commit is contained in:
Daniel 2022-03-11 15:39:59 -03:00
parent 20081b4df7
commit d9966ea40d

View file

@ -24,7 +24,7 @@ $leaderBoardTop = getAdsLeaderBoardTop();
?>
<div class="col-lg-10 col-lg-offset-1">
<div class="panel panel-default">
<div class="panel-body">
<div class="panel-body" style="overflow: hidden;">
<?php
include $global['systemRootPath'] . 'view/include/categoryTop.php';
include $global['systemRootPath'] . 'plugin/Gallery/view/mainArea.php';