Skip to content

Commit

Permalink
Layout fix for "analysis options" pop-out
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed May 19, 2022
1 parent 7f54556 commit 02ddc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/analyze/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<summary class="collapse-header" id="headingTwo">
Analysis options
</summary>
<form id="analysisoptionsform">
<div class="collapse-content">
<form id="analysisoptionsform">
<div class="row justify-content-between">
<label class="col" for="querymode_group">Mode</label>
<div class="col btn-group btn-group-sm checkbox-button" id="querymode_group" role="group"
Expand Down Expand Up @@ -143,8 +143,8 @@
</div>
</div>

</div>
</form>
</div>
</details>
<details class="collapse-panel">
<summary class="collapse-header">
Expand Down

0 comments on commit 02ddc47

Please sign in to comment.