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:
parent
6393831b0b
commit
02f4277f3d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue