From 8d59e5a499e2e4f0efa5632d7b295036b96b8a20 Mon Sep 17 00:00:00 2001 From: Piotr Godek Date: Sun, 28 Apr 2019 22:21:41 +0930 Subject: [PATCH] Sankey force (#337) * Sankey + Force Diagrams * Query panel input overflow fix --- src/app/panels/query/query.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/panels/query/query.css b/src/app/panels/query/query.css index 7f3182823..64c9fb18f 100755 --- a/src/app/panels/query/query.css +++ b/src/app/panels/query/query.css @@ -26,7 +26,7 @@ opacity: 0; } .last-query { - padding-right: 45px !important; + padding-right: 70px !important; } .form-search:hover .remove-query { opacity: 1; @@ -36,4 +36,4 @@ } .query-panel .pinned { margin-right: 5px; -} \ No newline at end of file +}