diff options
| author | makitso <makitso@gmail.com> | 2018-03-25 06:57:21 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-03-25 06:57:28 -0700 |
| commit | 6fc060f4b3c15ce4076f4c9497c2a0ca06ae312b (patch) | |
| tree | 23bdd0192d38d01da79900165b38281e9cc395da /themes/clouds/css-2.0.0/style.css | |
| parent | a42a8a7fbb2c4cb5b701a2c6c48ab97b49d92318 (diff) | |
| download | webtrees-6fc060f4b3c15ce4076f4c9497c2a0ca06ae312b.tar.gz webtrees-6fc060f4b3c15ce4076f4c9497c2a0ca06ae312b.tar.bz2 webtrees-6fc060f4b3c15ce4076f4c9497c2a0ca06ae312b.zip | |
Prevent text cutoff on charts
Diffstat (limited to 'themes/clouds/css-2.0.0/style.css')
| -rwxr-xr-x | themes/clouds/css-2.0.0/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index 594d088c83..53003ca2bb 100755 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -1782,7 +1782,6 @@ a:hover .nameZoom { white-space: normal; overflow: hidden !important; font-size: .75rem; - line-height: 1.1!important; } .box-style0-expanded, @@ -1812,6 +1811,8 @@ a:hover .nameZoom { .person_box_template .chart_textbox { overflow: hidden; font-size: .75rem; /* .75 = 12px*/ + line-height: 1.1; + padding-bottom: 4px; } .person_box_template img, |
