diff options
| author | makitso <makitso@gmail.com> | 2018-10-23 08:07:48 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-10-23 08:07:48 -0700 |
| commit | ca9feca47d6c7d863a1f0cc2909ef5476080610f (patch) | |
| tree | 0c0e17bc691d50c59dd56c0f9fb039cf2402ee85 /themes/_common/css-2.0.0/style.css | |
| parent | 0e7a2d236900b65ce66b14620acab98473f496e5 (diff) | |
| download | webtrees-ca9feca47d6c7d863a1f0cc2909ef5476080610f.tar.gz webtrees-ca9feca47d6c7d863a1f0cc2909ef5476080610f.tar.bz2 webtrees-ca9feca47d6c7d863a1f0cc2909ef5476080610f.zip | |
Fix: #1998 - RTL Family box placement on Pedigree Chart
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index 90e8126b63..6816d08bbe 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -393,7 +393,7 @@ display: none; text-align: start; white-space: nowrap; - left: 0; + left: auto; z-index: 9999; } |
