diff options
Diffstat (limited to 'resources/views/family-page.phtml')
| -rw-r--r-- | resources/views/family-page.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/family-page.phtml b/resources/views/family-page.phtml index 9f9dbe1dbc..669ddaa0b3 100644 --- a/resources/views/family-page.phtml +++ b/resources/views/family-page.phtml @@ -31,7 +31,7 @@ <div class="wt-page-content"> <table id="family-table" class="w-100" role="presentation"> <tr style="vertical-align:top;"> - <td style="width: <?= app()->make(ModuleThemeInterface::class)->parameter('chart-box-x') + 30 ?>px;"> + <td style="width: <?= app(ModuleThemeInterface::class)->parameter('chart-box-x') + 30 ?>px;"> <?php FunctionsCharts::printFamilyChildren($record) ?> </td> <td> |
