mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix edit data limit dropdown position (#1667)
This commit is contained in:
committed by
Karl Burtram
parent
676d35090f
commit
25228fa58e
@@ -5,4 +5,9 @@
|
|||||||
|
|
||||||
.editdata-component * {
|
.editdata-component * {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workbench\.editor\.editDataEditor .monaco-toolbar .monaco-select-box {
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user