diff options
| author | makitso <makitso@gmail.com> | 2018-01-06 08:02:04 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-01-06 08:02:04 -0700 |
| commit | cea344ab99609d38a3522895957c85538faef516 (patch) | |
| tree | 08970fcd9c50f0ce37411175a1a0132b4135f92c /themes/_common/css-2.0.0/style.css | |
| parent | 6a3de7e5c46294d14f0a6f1b4a918980eae0030d (diff) | |
| download | webtrees-cea344ab99609d38a3522895957c85538faef516.tar.gz webtrees-cea344ab99609d38a3522895957c85538faef516.tar.bz2 webtrees-cea344ab99609d38a3522895957c85538faef516.zip | |
Fix: #1571 Root person miniature picture in selection boxes
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 3eae2c81f8..fb1bca162f 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -22,6 +22,10 @@ .row .select2-selection--single { } +.select2-container .select2-selection--single { /* Relationships, thumbnail fit in parent */ + height: auto; +} + /* * Pages have the following high-level structure: * |
