Style tweak
This commit is contained in:
parent
3a9285fa9e
commit
2ec6a54060
1 changed files with 6 additions and 2 deletions
|
@ -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}>`
|
||||||
|
|
Loading…
Reference in a new issue