fixed icon spacing in query editor toolbar (#10329)

This commit is contained in:
Christopher Suh
2020-05-11 18:23:47 -04:00
committed by GitHub
parent 264c34af97
commit 21e6ba92c2

View File

@@ -5,4 +5,9 @@
.query-editor-view {
width: 100%;
}
}
.query-editor-view .monaco-action-bar .action-item .codicon {
display: inline-block;
align-items: stretch;
}