diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-07-02 11:56:43 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-07-02 11:56:43 +0100 |
| commit | 0dac5065b372174d05e4897ccff811ffd4508dd9 (patch) | |
| tree | bf066ff116a976caa5bd7754a58fa62227ca9c85 /resources/views/family-page.phtml | |
| parent | a18dc098c5da19019cc76d0f12f0e6dab2694522 (diff) | |
| download | webtrees-0dac5065b372174d05e4897ccff811ffd4508dd9.tar.gz webtrees-0dac5065b372174d05e4897ccff811ffd4508dd9.tar.bz2 webtrees-0dac5065b372174d05e4897ccff811ffd4508dd9.zip | |
Fix: #3387 - hide chart-box components on favorites block and family page
Diffstat (limited to 'resources/views/family-page.phtml')
| -rw-r--r-- | resources/views/family-page.phtml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/views/family-page.phtml b/resources/views/family-page.phtml index 37566991c1..45d69aec3d 100644 --- a/resources/views/family-page.phtml +++ b/resources/views/family-page.phtml @@ -35,14 +35,6 @@ use Fisharebest\Webtrees\View; <?php endif ?> </div> -<?php View::push('styles') ?> -<style> - .wt-family-members .wt-chart-box { - width: 22.5vw; - } -</style> -<?php View::endpush() ?> - <div class="wt-page-content"> <div class="wt-family-members d-flex"> <?= view('family-page-children', ['family' => $record]) ?> |
