mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix view action icon sizes (#15834)
This commit is contained in:
@@ -52,6 +52,14 @@
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* {{SQL CARBON EDIT}} Bring back styles for action labels - ours aren't sized correctly without these */
|
||||||
|
.monaco-pane-view .pane > .pane-header > .actions .action-label.icon,
|
||||||
|
.monaco-pane-view .pane > .pane-header > .actions .action-label.codicon {
|
||||||
|
background-size: 16px;
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
.monaco-pane-view .pane > .pane-header > .actions .action-item {
|
.monaco-pane-view .pane > .pane-header > .actions .action-item {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user