diff options
| author | makitso <makitso@gmail.com> | 2017-11-14 14:46:39 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-11-14 14:46:39 -0700 |
| commit | f2afe7d293f815cb9448b8e8bcae3e27842c3c12 (patch) | |
| tree | 104a91f9418a560dc21656d4f67dcb5021bc6c61 /themes/_common/css-2.0.0/style.css | |
| parent | bdcd74d8d3ee1588828a79ae835a484b820e0a29 (diff) | |
| download | webtrees-f2afe7d293f815cb9448b8e8bcae3e27842c3c12.tar.gz webtrees-f2afe7d293f815cb9448b8e8bcae3e27842c3c12.tar.bz2 webtrees-f2afe7d293f815cb9448b8e8bcae3e27842c3c12.zip | |
Fix: #1470 - box "research tasks" wrong formatted
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index 4d3ef5f4f4..e726819798 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -178,6 +178,13 @@ * +---wt-block-content, wt-block-content-XXX */ + /* fix problem with upcoming events on right side of screen */ +.wt-block .table-responsive, .wt-block .table-responsive-upcoming-events { + display: block; + width: 100%; + overflow-x: auto!important; +} + /* my page chart enhancements */ .wt-block-content-charts { display: flex; |
