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/clouds/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/clouds/css-1.7.8')
| -rw-r--r-- | themes/clouds/css-1.7.8/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.8/style.css b/themes/clouds/css-1.7.8/style.css index d9727be3dd..6d2de0a097 100644 --- a/themes/clouds/css-1.7.8/style.css +++ b/themes/clouds/css-1.7.8/style.css @@ -1786,11 +1786,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"] { |
