From 272705f9ef2f3a7e709164b22161b6e10a3c0e85 Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Tue, 3 Nov 2020 13:36:22 -0600 Subject: [PATCH] Move responsive column headings to data-label --- css/wp-strava.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/wp-strava.css b/css/wp-strava.css index 53cfc3e..67bdb35 100755 --- a/css/wp-strava.css +++ b/css/wp-strava.css @@ -67,6 +67,7 @@ only screen and (max-width: 760px), width: 45%; padding-right: 10px; white-space: nowrap; + content: attr(data-label); } .activity-details-table-info, .activity-details-table-units {