Replace <Input> with <MonacoEditor> manually connected to redux

This commit is contained in:
Laurent Nguyen
2020-12-03 16:12:31 +01:00
parent 64601693b7
commit f39b6accb1
3 changed files with 86 additions and 38 deletions

View File

@@ -0,0 +1,23 @@
.mongoQueryComponent {
margin-left: 10px;
input {
margin-top: 0;
}
label {
padding: 0;
margin-bottom: 0;
}
label:before {
top: 2px;
left: 2px;
height: 16px;
width: 16px;
}
.queryInput {
border: 1px solid black;
margin: 5px;
}
}