mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fixed icon spacing in query editor toolbar (#10329)
This commit is contained in:
@@ -5,4 +5,9 @@
|
|||||||
|
|
||||||
.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