diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-01-23 20:42:46 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-01-23 20:42:46 +0000 |
| commit | afc2d1902ecd3bf5ad093d4f0c848f540e3f1cc8 (patch) | |
| tree | 06dd61bded931e11d5cb64e59b92261140401ec0 /resources/views/modules/statistics-chart | |
| parent | a90d1d4407b74e8eab725ba8e69124c7bec32292 (diff) | |
| download | webtrees-afc2d1902ecd3bf5ad093d4f0c848f540e3f1cc8.tar.gz webtrees-afc2d1902ecd3bf5ad093d4f0c848f540e3f1cc8.tar.bz2 webtrees-afc2d1902ecd3bf5ad093d4f0c848f540e3f1cc8.zip | |
Bootstrap5 needs explicit spacing between form rows
Diffstat (limited to 'resources/views/modules/statistics-chart')
| -rw-r--r-- | resources/views/modules/statistics-chart/custom.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/statistics-chart/custom.phtml b/resources/views/modules/statistics-chart/custom.phtml index 30c2345eaf..fa979a9be8 100644 --- a/resources/views/modules/statistics-chart/custom.phtml +++ b/resources/views/modules/statistics-chart/custom.phtml @@ -21,7 +21,7 @@ use Fisharebest\Webtrees\View; <form method="post" action="<?= e(route('module', ['module' => $module->name(), 'action' => 'CustomChart', 'tree' => $tree->name()])) ?>" id="own-stats-form" class="wt-page-options wt-page-options-statistics"> <?= csrf_field() ?> - <div class="row form-group"> + <div class="row form-group mb-3"> <div class="col-sm-2 wt-page-options-label"> <?= I18N::translate('Chart type') ?> </div> |
