From 0673b68a583490a944b80d7cd4bc2775e942e878 Mon Sep 17 00:00:00 2001 From: Rishabh Nambiar <5862206+rishabhnambiar@users.noreply.github.com> Date: Tue, 28 Aug 2018 12:39:33 +0530 Subject: [PATCH] FIX: Make entire row clickable --- assets/stylesheets/explorer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index d1d92ae..b8c73a2 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -219,6 +219,7 @@ .recent-queries { tr a { + display: inline-block; width:100%; height: 100%; color: inherit;