From a6f0a9b23239498d12a947219e9e4bfa4278ec95 Mon Sep 17 00:00:00 2001 From: Rico Sonntag Date: Sun, 24 Dec 2023 12:24:38 +0100 Subject: [PATCH] Adjust form --- resources/css/pedigree-chart.css | 5 +++++ resources/views/modules/pedigree-chart/page.phtml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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; -
+