From 3e454b4f2561a78e06744f1b04568cb4702e9b7f Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Thu, 16 Feb 2023 10:47:51 +0700 Subject: [PATCH] Fix CSS to avoid conflict with non WP-Strava tables --- css/wp-strava.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/wp-strava.css b/css/wp-strava.css index 46a4389..e6ad496 100755 --- a/css/wp-strava.css +++ b/css/wp-strava.css @@ -58,7 +58,12 @@ only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { /* Force table to not be like tables anymore */ - .activity-details-table table, thead, tbody, th, td, tr { + .activity-details-table table, + .activity-details-table thead, + .activity-details-table tbody, + .activity-details-table th, + .activity-details-table td, + .activity-details-table tr { display: block; }