You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a color's label is too long, its color box gets squished a bit:
Ideally, we'd use CSS to handle the case when the text is too long and make the legend horizontally scrollable or something. (This can probably be handled simliarly to how we added horizontal scrolling to the node names in the selection menu, since those can be e.g. 150nt sOTUs...)
Working on #299, so I think it makes sense to address this along the way.
The text was updated successfully, but these errors were encountered:
Closesbiocore#331.
this could still use some work, both in terms of cleaning up the code
and in making long horizontal legend items cause the legend to scroll
horizontally. i can tell it's the gradient-bar display which is
breaking that -- either flex or grid seems to explode things
Currently, if a color's label is too long, its color box gets squished a bit:
Ideally, we'd use CSS to handle the case when the text is too long and make the legend horizontally scrollable or something. (This can probably be handled simliarly to how we added horizontal scrolling to the node names in the selection menu, since those can be e.g. 150nt sOTUs...)
Working on #299, so I think it makes sense to address this along the way.
The text was updated successfully, but these errors were encountered: