Skip to content

Commit

Permalink
filter configuration panel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 12, 2024
1 parent 897a0b6 commit 3c635af
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<body>
<wicket:panel>
<div class="row" wicket:id="propertyValuePanel">
<div wicket:id="valueField" class="col-xs-11" />
<div wicket:id="expressionField" class="col-xs-11" />
<button wicket:id="switchButton" class="btn switch-button col-xs-1" trigger="hover">
<i class="fa fa-share-square-o"></i>
<div wicket:id="valueField" class="col-md-10" />
<div wicket:id="expressionField" class="col-md-10" />
<button wicket:id="switchButton" class="btn switch-button col-md-2" trigger="hover">
<i class="fa fa-share"></i>
</button>
</div>
</wicket:panel>
Expand Down

0 comments on commit 3c635af

Please sign in to comment.