Fix overflowing tabs (#11367)

This commit is contained in:
Kamil Gabryjelski
2020-10-22 05:10:52 +02:00
committed by GitHub
parent c4effe1261
commit 9dfe9aef39

View File

@@ -322,6 +322,7 @@ div.Workspace {
.queryPane {
flex: 1 1 auto;
padding-left: 10px;
overflow: auto;
}
.schemaPane-enter-done,