mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-16 12:38:13 +00:00
fix(ui): removed line height from oss nav header (#13235)
This commit is contained in:
parent
c37c42aaa1
commit
2660276b4e
@ -44,7 +44,6 @@ const Title = styled.div`
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: calc(100% - 30px);
|
max-width: calc(100% - 30px);
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
height: 24px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user