diff options
| author | makitso <makitso@gmail.com> | 2017-09-08 10:53:30 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-09-08 10:53:30 -0700 |
| commit | 592d23180fce3d3173b532e8fa2f087ceee64cc1 (patch) | |
| tree | de252f65771008ed8a020b65305d3de151e70e0a /themes/_common/css-2.0.0/style.css | |
| parent | a6e24c3981b6b2d2f3544925ff1be77115f8a8ca (diff) | |
| download | webtrees-592d23180fce3d3173b532e8fa2f087ceee64cc1.tar.gz webtrees-592d23180fce3d3173b532e8fa2f087ceee64cc1.tar.bz2 webtrees-592d23180fce3d3173b532e8fa2f087ceee64cc1.zip | |
Add horizontal scroll to My page charts for RTL
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index a9ebc478bc..35e3acc4cc 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -219,6 +219,10 @@ padding: .25rem; } +[dir=rtl] .wt-block-content-charts-block { + flex-flow: row; +} + /* advanced search enhancements */ .col-sm-3-add { flex: 0 0 50%; |
