fix: Tab title text cut issue (#22486)
## Description Tab name panel does not spatially accommodate letters like 'g' and 'p' in the name
This commit is contained in:
parent
b90a14ce00
commit
8a0490137c
|
|
@ -63,6 +63,7 @@ const StyleTabText = styled.div<{
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
line-height: initial;
|
||||
|
||||
&.is-selected {
|
||||
color: ${(props) => props.accentColor};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user