fix(ui): removed line height from oss nav header (#13235)

This commit is contained in:
Anna Everhart 2025-04-16 15:32:26 -07:00 committed by GitHub
parent c37c42aaa1
commit 2660276b4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,6 @@ const Title = styled.div`
overflow: hidden;
max-width: calc(100% - 30px);
text-overflow: ellipsis;
height: 24px;
display: flex;
align-items: end;
`;