Closed
Description
Environment:
aggr.trade - production
Steps to reproduce the issue:
-
Setup a default panel
-
Reduce the width of the panel until the elapsed time disappears
-
Open the panel settings and change the time format to
HH:MM
- Watch the values that are being displayed, the contract's value, and the underlying size that appears when you hover one line now overlap the time.
Noting that the ellipsis
Proposed solutions:
I could imagine a mix of those solutions:
- Set fluid font-size depending on pane width
- Set a min-width for this panel type. Under that value, the panel loses its value anyway. Thinking out loud, the ideal min-width would probably be equal to the smaller current popular mobile viewport width.
- Hide the canonical time first before limiting the user's action.