Fix CSS to avoid conflict with non WP-Strava tables

This commit is contained in:
2023-02-16 10:47:51 +07:00
committed by GitHub
parent 5b9499dab0
commit 3e454b4f25
+6 -1
View File
@@ -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;
}