From 31e4a90440885c5e0100408e65fedc33786240db Mon Sep 17 00:00:00 2001 From: Kamil Gabryjelski Date: Fri, 16 Oct 2020 23:23:21 +0200 Subject: [PATCH] Fix overflowing tab's styling in TabbedSqlEditors (#11303) --- superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx b/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx index a91679857..f0f6d4859 100644 --- a/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx +++ b/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx @@ -61,7 +61,6 @@ let queryCount = 1; const TabTitleWrapper = styled.div` display: flex; align-items: center; - justify-content: center; `; const TabTitle = styled.span`