diff --git a/rd_ui/app/scripts/directives/query_directives.js b/rd_ui/app/scripts/directives/query_directives.js index e8a2e35a4f..119242b20e 100644 --- a/rd_ui/app/scripts/directives/query_directives.js +++ b/rd_ui/app/scripts/directives/query_directives.js @@ -8,7 +8,7 @@ 'query': '=', 'visualization': '=?' }, - template: '{{query.name}}', + template: ' {{query.name}}', link: function(scope, element) { scope.link = '/queries/' + scope.query.id; if (scope.visualization) { diff --git a/rd_ui/app/styles/redash.css b/rd_ui/app/styles/redash.css index df4f43a788..3771f8469b 100644 --- a/rd_ui/app/styles/redash.css +++ b/rd_ui/app/styles/redash.css @@ -97,7 +97,7 @@ a.navbar-brand img { } .panel-heading .query-link:hover { - text-decoration: none; + text-decoration: underline; } /* angular-growl */