mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Don't cut off dashboard icons when they expand (#601)
This commit is contained in:
@@ -10,3 +10,7 @@
|
|||||||
.dashboardEditor .header .monaco-action-bar .action-item {
|
.dashboardEditor .header .monaco-action-bar .action-item {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboardEditor .monaco-action-bar {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user