Fix overflowing tab's styling in TabbedSqlEditors (#11303)
This commit is contained in:
parent
94e23bfc82
commit
31e4a90440
|
|
@ -61,7 +61,6 @@ let queryCount = 1;
|
|||
const TabTitleWrapper = styled.div`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
`;
|
||||
|
||||
const TabTitle = styled.span`
|
||||
|
|
|
|||
Loading…
Reference in New Issue