Fix edit data limit dropdown position (#1667)

This commit is contained in:
Matt Irvine
2018-06-18 17:27:25 -07:00
committed by Karl Burtram
parent 676d35090f
commit 25228fa58e

View File

@@ -5,4 +5,9 @@
.editdata-component * {
box-sizing: border-box;
}
#workbench\.editor\.editDataEditor .monaco-toolbar .monaco-select-box {
margin-top: 4px;
margin-bottom: 4px;
}