truncate long field header labels

This commit is contained in:
Brent Schroeter 2026-01-14 02:15:12 +00:00
parent f5ee31c175
commit 647ce5fc52

View file

@ -75,7 +75,10 @@
}
.field-header__label {
overflow: hidden;
padding: 4px;
text-overflow: ellipsis;
white-space: nowrap;
}
.field-header__type-indicator {