mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Ensure Selectboxes in Notebook Toolbar have Minimum Size (#3393)
* Setting minimum width on selectboxes in notebook toolbar * Fix spacing
This commit is contained in:
@@ -36,6 +36,10 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notebookEditor .monaco-select-box {
|
||||||
|
min-width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.notebookEditor .notebook-button.icon-add{
|
.notebookEditor .notebook-button.icon-add{
|
||||||
background-image: url("./media/light/add.svg");
|
background-image: url("./media/light/add.svg");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user