1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Add CSS style to prevent white-space collapse in bootgrid table cells

This commit is contained in:
Daniel Neto 2025-06-30 17:38:57 -03:00
parent ca2e921463
commit e64c336165

View file

@ -11,6 +11,11 @@ if (!User::isLogged()) {
$users_id = !empty($_GET['users_id']) ? $_GET['users_id'] : User::getId();
$_page = new Page(array('History'));
?>
<style>
.bootgrid-table td{
white-space: unset;
}
</style>
<div class="container">
<div class="panel panel-default">
<div class="panel-heading" style="height: 70px;">