fix(ui): truncate Table column headers with ellipsis on overflow

Wrap column header text in a label span with text-overflow: ellipsis
so that long headers truncate instead of wrapping to multiple lines.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-03-10 11:30:02 +01:00
parent fbd5c5a93d
commit f42f4cc055
5 changed files with 18 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Fixed Table column headers overflowing and wrapping when there is not enough space. Headers now truncate with ellipsis instead.
**Affected components:** Table