mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
Fix CSS to avoid conflict with non WP-Strava tables
This commit is contained in:
+6
-1
@@ -58,7 +58,12 @@ only screen and (max-width: 760px),
|
|||||||
(min-device-width: 768px) and (max-device-width: 1024px) {
|
(min-device-width: 768px) and (max-device-width: 1024px) {
|
||||||
|
|
||||||
/* Force table to not be like tables anymore */
|
/* 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;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user