mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Change notebook width to 100 (#3423)
This commit is contained in:
committed by
Kevin Cunnane
parent
3325e4d854
commit
049678b32e
@@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .monaco-select-box {
|
.notebookEditor .monaco-select-box {
|
||||||
min-width: 150px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .notebook-button.icon-add{
|
.notebookEditor .notebook-button.icon-add{
|
||||||
|
|||||||
Reference in New Issue
Block a user