diff --git a/resources/css/pedigree-chart.css b/resources/css/pedigree-chart.css index ae4bbe3..09d3d1a 100644 --- a/resources/css/pedigree-chart.css +++ b/resources/css/pedigree-chart.css @@ -7,6 +7,11 @@ padding-left: 0; } +#webtrees-pedigree-chart-form .row { + margin-left: 0; + margin-right: 0; +} + /* SVG */ .webtrees-pedigree-chart-container { position: relative; diff --git a/resources/views/modules/pedigree-chart/page.phtml b/resources/views/modules/pedigree-chart/page.phtml index 771d3dc..d9f72d7 100644 --- a/resources/views/modules/pedigree-chart/page.phtml +++ b/resources/views/modules/pedigree-chart/page.phtml @@ -72,7 +72,7 @@ use MagicSunday\Webtrees\PedigreeChart\Configuration; -