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 /themes/colors/css-1.7.8 | |
| parent | 11e4dc0c107c8bb1bf5e445945fe8744934de3f0 (diff) | |
| download | webtrees-1e12950aa681c7b982b7b893c55504e7d64854c7.tar.gz webtrees-1e12950aa681c7b982b7b893c55504e7d64854c7.tar.bz2 webtrees-1e12950aa681c7b982b7b893c55504e7d64854c7.zip | |
Force person template to defined height
Diffstat (limited to 'themes/colors/css-1.7.8')
| -rw-r--r-- | themes/colors/css-1.7.8/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/colors/css-1.7.8/style.css b/themes/colors/css-1.7.8/style.css index f9a899bd28..b37a22d234 100644 --- a/themes/colors/css-1.7.8/style.css +++ b/themes/colors/css-1.7.8/style.css @@ -1663,11 +1663,14 @@ a:hover .nameZoom { .box-style0-expanded, .box-style1-expanded { width: 300px !important; + height: auto !important; + line-height: 1.5em!important; } .person_box_template { height: auto; white-space: normal; + overflow: hidden !important; } .person_box_template .namedef i[class^="icon-sex"] { @@ -4180,3 +4183,4 @@ footer { height: 0; overflow: hidden; } +span {column-gap: 0;} |
