Closed niekdemelker closed 3 months ago
Thanks @niekdemelker for reporting this, we've managed to reproduce the issue and will be fixing it 👍
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description:
The TableMetric presents an overflow issue when the subtitle is to long, making the action buttons unreachable (or only after scroll). This can be seen in the image provided below.
The subtitle text has the CSS class 'truncate', which intention is to trim the string with
text-overflow: ellipsis;
, but as you can see there is just an overflow with scrollbar. I would suggest the subtitle will ether get trimmed or wrapped to a new line, the action buttons shouldn't be pushed away. I also tested this in different browsers with the same experience.Detailed steps to reproduce the issue on a fresh Nova installation:
Make a new table metric
add an
MetricTableRow
with a long subtitle to a Dashboard.Example of Table Metric: