diff options
| author | makitso <makitso@gmail.com> | 2017-06-23 09:25:26 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-23 09:25:26 -0500 |
| commit | 1e12950aa681c7b982b7b893c55504e7d64854c7 (patch) | |
| tree | c1973947e0962d8e669fdc03aea7b5625a6e6983 /app | |
| parent | 11e4dc0c107c8bb1bf5e445945fe8744934de3f0 (diff) | |
| download | webtrees-1e12950aa681c7b982b7b893c55504e7d64854c7.tar.gz webtrees-1e12950aa681c7b982b7b893c55504e7d64854c7.tar.bz2 webtrees-1e12950aa681c7b982b7b893c55504e7d64854c7.zip | |
Force person template to defined height
Diffstat (limited to 'app')
| -rw-r--r-- | app/Theme/AbstractTheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Theme/AbstractTheme.php b/app/Theme/AbstractTheme.php index 4a53377c98..047e32a1d6 100644 --- a/app/Theme/AbstractTheme.php +++ b/app/Theme/AbstractTheme.php @@ -843,7 +843,7 @@ abstract class AbstractTheme { } return - '<div data-pid="' . $individual->getXref() . '" class="person_box_template ' . $personBoxClass . ' box-style1" style="width: ' . $this->parameter('chart-box-x') . 'px; min-height: ' . $this->parameter('chart-box-y') . 'px">' . + '<div data-pid="' . $individual->getXref() . '" class="person_box_template ' . $personBoxClass . ' box-style1" style="width: ' . $this->parameter('chart-box-x') . 'px; height: ' . $this->parameter('chart-box-y') . 'px">' . $icons . '<div class="chart_textbox" style="max-height:' . $this->parameter('chart-box-y') . 'px;">' . $thumbnail . |
