Skip to content

Commit

Permalink
Removed unnecessary wrapper containers in debugger's Evaluate XPath area
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Jun 10, 2024
1 parent b82231a commit b8808ba
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,7 @@
}">
</div>
</form>
<div class="row">
<div class="col-md-12">
<h4>{% trans "Recent Queries" %}</h4>
</div>
</div>
<h4>{% trans "Recent Queries" %}</h4>
<!-- ko if: recentXPathQueries().length -->
<div class="table-responsive">
<table class="table table-striped table-hover">
Expand Down

0 comments on commit b8808ba

Please sign in to comment.