Skip to content

Commit

Permalink
reference search item style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed Sep 13, 2022
1 parent ead28ea commit 58a4dd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:extend>
<a wicket:id="selectObjectButton" class="btn btn-xs btn-default dropdown-toggle" style="margin-top: 5px; border: none !important;" >
<i class="fa fa-hand-o-up fa-lg"/>
<a wicket:id="selectObjectButton" class="btn btn-xs btn-default" style="margin-top: 5px; border: none !important;" >
<i class="fa-solid fa-arrow-pointer mr-1"/>
</a>
</wicket:extend>
</html>

0 comments on commit 58a4dd8

Please sign in to comment.