Fix overflowing tab's styling in TabbedSqlEditors (#11303)

This commit is contained in:
Kamil Gabryjelski 2020-10-16 23:23:21 +02:00 committed by GitHub
parent 94e23bfc82
commit 31e4a90440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ let queryCount = 1;
const TabTitleWrapper = styled.div`
display: flex;
align-items: center;
justify-content: center;
`;
const TabTitle = styled.span`