mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: remove comment that doesn't apply anymore (#72186)
remove comment that doesn't apply anymore
This commit is contained in:
parent
d4301aec32
commit
56ae5abf08
@ -207,7 +207,6 @@ function Row({ index, style: virtualStyles, data }: RowProps) {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<label className={styles.label} id={labelId}>
|
<label className={styles.label} id={labelId}>
|
||||||
{/* TODO: text is not truncated properly, it still overflows the container */}
|
|
||||||
<Text truncate>{item.title}</Text>
|
<Text truncate>{item.title}</Text>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user