diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-03-24 09:42:49 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-03-24 09:43:06 +0000 |
| commit | a872a569bb1f394e79ef7135a228e7a22c7cc49f (patch) | |
| tree | 4638029e35e45974920ef3bfca68d02b27b06e2e /themes | |
| parent | 01d8a7c53cc15d44c881aa3acbfd6bf163ce5963 (diff) | |
| download | webtrees-a872a569bb1f394e79ef7135a228e7a22c7cc49f.tar.gz webtrees-a872a569bb1f394e79ef7135a228e7a22c7cc49f.tar.bz2 webtrees-a872a569bb1f394e79ef7135a228e7a22c7cc49f.zip | |
Fix: #1660 missing arrow icons on LTR pages
Diffstat (limited to 'themes')
| -rwxr-xr-x | themes/minimal/css-2.0.0/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/css-2.0.0/style.css b/themes/minimal/css-2.0.0/style.css index 9e5fb16814..da23ad5bf0 100755 --- a/themes/minimal/css-2.0.0/style.css +++ b/themes/minimal/css-2.0.0/style.css @@ -20,6 +20,7 @@ padding-left: 0.25rem; padding-right: 0.25rem; } + .table-given-name { overflow-x: hidden; } @@ -3079,7 +3080,6 @@ footer { /* ====== End Theme Footer ===== */ /* ====== Theme Icons ========== */ -/* --- Body Icons -- */ .icon-indis { width: 24px; height: 24px; |
