mirror of https://gitee.com/bigwinds/arangodb
query inputfield resizeable
This commit is contained in:
parent
3f3d04fe8d
commit
1a941c8f07
|
@ -381,7 +381,7 @@ form {
|
|||
|
||||
|
||||
#queryOutput {
|
||||
height:25%;
|
||||
height:35%;
|
||||
overflow-y: auto;
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
|
@ -390,10 +390,10 @@ form {
|
|||
}
|
||||
|
||||
#queryContent {
|
||||
height: 60%;
|
||||
height: 45%;
|
||||
font-family: "courier";
|
||||
width: 100%;
|
||||
resize: none;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#avocshWindow {
|
||||
|
|
Loading…
Reference in New Issue