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
This commit is contained in:
tshenry 2019-12-09 09:02:32 -08:00
parent 6393831b0b
commit 02f4277f3d
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,7 @@ table.group-reports {
.right-panel { .right-panel {
flex-shrink: 0; flex-shrink: 0;
flex-grow: 0; flex-grow: 0;
width: 300px; width: 345px;
.schema { .schema {
border-left: 1px solid $primary-low; border-left: 1px solid $primary-low;
height: 100%; height: 100%;
@ -155,6 +155,7 @@ table.group-reports {
} }
.popup { .popup {
width: 180px;
padding: 4px; padding: 4px;
position: relative; position: relative;
border: 1px solid; border: 1px solid;