diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/AnyCompositeRow.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/AnyCompositeRow.tsx index fe41387..baa49ea 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/AnyCompositeRow.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/AnyCompositeRow.tsx @@ -34,8 +34,12 @@ const Header = styled(BaseHeader)<{ const Head_Label = styled.span` ${propNameText}; - display: flex; - align-items: center; + overflow-x: hidden; + text-overflow: ellipsis; + white-space: nowrap; + padding-right: 4px; + line-height: 26px; + flex-wrap: nowrap; ` const Head_Icon = styled.span<{isOpen: boolean}>`