diff options
| -rw-r--r-- | app/Functions/FunctionsCharts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsCharts.php b/app/Functions/FunctionsCharts.php index 9e5931c29e..8e0c2b8828 100644 --- a/app/Functions/FunctionsCharts.php +++ b/app/Functions/FunctionsCharts.php @@ -350,7 +350,7 @@ class FunctionsCharts { // multiple marriages if ($f > 0) { echo '</tr><tr><td></td>'; - echo '<td>'; + echo '<td style="text-align:end; vertical-align: top;">'; //find out how many cousins there are to establish vertical line on second families $fchildren = $famids[$f]->getChildren(); |
