Style tweak

This commit is contained in:
Aria Minaei 2021-08-09 11:31:07 +02:00
parent 3a9285fa9e
commit 2ec6a54060

View file

@ -34,8 +34,12 @@ const Header = styled(BaseHeader)<{
const Head_Label = styled.span` const Head_Label = styled.span`
${propNameText}; ${propNameText};
display: flex; overflow-x: hidden;
align-items: center; text-overflow: ellipsis;
white-space: nowrap;
padding-right: 4px;
line-height: 26px;
flex-wrap: nowrap;
` `
const Head_Icon = styled.span<{isOpen: boolean}>` const Head_Icon = styled.span<{isOpen: boolean}>`