diff options
Diffstat (limited to 'themes/minimal/templates/personbox_template.php')
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index 1cb757799a..de98a01a96 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/templates/personbox_template.php @@ -50,7 +50,7 @@ if (!defined('WT_WEBTREES')) { <span class="name<?php echo $style; ?>"> <?php echo $genderImage; ?></span> <?php echo $showid; ?> </a> <div id="fontdef-<?php echo $boxID; ?>" class="details<?php echo $style; ?>"> - <div id="inout2-<?php echo $boxID; ?>" style="display: block;"><?php echo $BirthDeath; ?></div> + <div id="inout2-<?php echo $boxID; ?>" style="display: block; overflow:hidden; max-height: <?php echo $bheight-20; ?>px;"><?php echo $BirthDeath; ?></div> </div> <div id="inout-<?php echo $boxID; ?>" style="display: none;"> <div id="LOADING-inout-<?php echo $boxID; ?>"><?php echo WT_I18N::translate('Loading...'); ?></div> |
