Skip to content

Commit

Permalink
Adjust form
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Dec 24, 2023
1 parent 79bd6a3 commit a6f0a9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions resources/css/pedigree-chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion resources/views/modules/pedigree-chart/page.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ use MagicSunday\Webtrees\PedigreeChart\Configuration;
</div>
</div>

<div class="form-group row">
<div class="form-group row mt-2">
<div class="col-sm-12 wt-page-options-value text-center">
<div class="btn-toolbar justify-content-between">
<div class="btn-group btn-group-sm">
Expand Down

0 comments on commit a6f0a9b

Please sign in to comment.