From 02f4277f3dfa31bd39ed70f5cfd0491cf18d6e8c Mon Sep 17 00:00:00 2001 From: tshenry Date: Mon, 9 Dec 2019 09:02:32 -0800 Subject: [PATCH] UX: Improve info popup overflow Some of the longer variable names were overflowing. This commit is a follow-up to: https://github.com/discourse/discourse-data-explorer/pull/45 --- assets/stylesheets/explorer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index af60ddc..6fdb93d 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -81,7 +81,7 @@ table.group-reports { .right-panel { flex-shrink: 0; flex-grow: 0; - width: 300px; + width: 345px; .schema { border-left: 1px solid $primary-low; height: 100%; @@ -155,6 +155,7 @@ table.group-reports { } .popup { + width: 180px; padding: 4px; position: relative; border: 1px solid;