From 2ec6a540608ccf658a184f5123a01f4e6ec82509 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Mon, 9 Aug 2021 11:31:07 +0200 Subject: [PATCH] Style tweak --- .../DopeSheet/Left/AnyCompositeRow.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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}>`