Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed May 5, 2022
1 parent 172dd2f commit 4ef852a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="search-item-label" wicket:id="searchItemLabel" style="width: auto !important; float: left;" />
<i wicket:id="help" style="float: left; margin-top: 7px;"/>
<div class="search-item-field" wicket:id="searchItemField" style="float: left;" />
<a wicket:id="removeButton" class="btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-remove"/>
<a wicket:id="removeButton" class="my-1 btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-times"/>
</a>
</div>
</wicket:panel>
Expand Down

0 comments on commit 4ef852a

Please sign in to comment.