diff options
Diffstat (limited to 'resources/css')
| -rw-r--r-- | resources/css/_base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/css/_base.css b/resources/css/_base.css index b8efdd7d59..3101c4b304 100644 --- a/resources/css/_base.css +++ b/resources/css/_base.css @@ -50,10 +50,14 @@ } /* + * https://github.com/fisharebest/webtrees/issues/2291 * Chrome 72 has problems with all cards in the control panel. * Chrome 73 has problems with the family-tree card in the control panel. + * Chrome 76 seems OK. + * https://github.com/fisharebest/webtrees/issues/2813 + * Safari 13 has the same issue. */ -.wt-route-admin-control-panel .card { +.wt-control-panel .card { display: block; } |
