diff options
| author | makitso <makitso@gmail.com> | 2018-03-23 08:18:48 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-03-23 08:18:48 -0700 |
| commit | c4f1a1fb291da35b4114e8f8cf06abeebb020e63 (patch) | |
| tree | 008959b06b3ccc81bc548616e314322dd39e95cc /themes/clouds/css-2.0.0/style.css | |
| parent | f93b7a539b1f48cf3d821e8e24402c86247ce47e (diff) | |
| download | webtrees-c4f1a1fb291da35b4114e8f8cf06abeebb020e63.tar.gz webtrees-c4f1a1fb291da35b4114e8f8cf06abeebb020e63.tar.bz2 webtrees-c4f1a1fb291da35b4114e8f8cf06abeebb020e63.zip | |
Force line height on person_box
Diffstat (limited to 'themes/clouds/css-2.0.0/style.css')
| -rwxr-xr-x | themes/clouds/css-2.0.0/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index 55eb590c8f..594d088c83 100755 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -1782,7 +1782,7 @@ a:hover .nameZoom { white-space: normal; overflow: hidden !important; font-size: .75rem; - line-height: 1.1; + line-height: 1.1!important; } .box-style0-expanded, |
