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:
Priyanka 2023-04-20 11:42:20 +05:30 committed by GitHub
parent b90a14ce00
commit 8a0490137c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};