From 5d8646a63998a7af21c88520baa13429cf1dce7a Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Fri, 24 Sep 2021 18:17:35 +0200 Subject: Added a div to make table scrollable on mobiles --- includes/admin/views/_concerts_table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/admin') diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php index b61a990..a7d9074 100644 --- a/includes/admin/views/_concerts_table.php +++ b/includes/admin/views/_concerts_table.php @@ -31,7 +31,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) private function render_concerts_table() : string { - $content = ''; + $content = '
'; // $content .= ''; $content .= ''; @@ -113,7 +113,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) $content .= ''; $lastType = $concert->venue()->city(); } - $content .= '
CITYIDBANDVENUEDATE
CITYDATENAMEVENUE
'; + $content .= ''; // return the table return $content; -- cgit v1.2.3