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:
parent
ca2e921463
commit
e64c336165
1 changed files with 5 additions and 0 deletions
|
@ -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;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue