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`
|
||||
${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}>`
|
||||
|
|
Loading…
Reference in a new issue