Skip to content

Commit

Permalink
better layout for query playground
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Aug 7, 2023
1 parent 5e4e4f9 commit ca7af69
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ <h3 class="card-title" wicket:id="repositoryQueryLabel"/>
<div class="card-body p-0">


<div class="mr-2 flex-grow-1 form-group justify-content-start" wicket:id="scriptEnabled"/>

<div class="d-flex flex-wrap mx-3 my-2">
<div class="mr-2 form-group">
<label for="objectType" class="mr-2 col-form-label"><wicket:message key="PageRepositoryQuery.objectType"/></label>
Expand All @@ -29,6 +27,7 @@ <h3 class="card-title" wicket:id="repositoryQueryLabel"/>
<div class="mr-2 flex-grow-1 form-group justify-content-start" wicket:id="distinct"/>
</div>

<div class="mr-2 flex-grow-1 form-group justify-content-start" wicket:id="scriptEnabled"/>
<div wicket:id="editorMidPointScript"></div>

<textarea class="border-top border-bottom" wicket:id="editorMidPoint"></textarea>
Expand Down

0 comments on commit ca7af69

Please sign in to comment.