mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fixed icon spacing in query editor toolbar (#10329)
This commit is contained in:
@@ -6,3 +6,8 @@
|
|||||||
.query-editor-view {
|
.query-editor-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.query-editor-view .monaco-action-bar .action-item .codicon {
|
||||||
|
display: inline-block;
|
||||||
|
align-items: stretch;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user