Skip to content

Commit

Permalink
MID-8542 attempt to cleanup styles a bit for choose member popup and …
Browse files Browse the repository at this point in the history
…org tree panel
  • Loading branch information
1azyman committed Mar 3, 2023
1 parent deb1cda commit 0877e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:extend>
<div class="m-3" wicket:id="orgTreeViewPanel"></div>
<div class="m-3" wicket:id="orgTreeViewPanel"/>
</wicket:extend>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
-->

<wicket:panel xmlns:wicket="http://wicket.apache.org">
<div class="form-inline search-form">
<div class="row">
<div class="form-group col-md-12">

<div wicket:id="orgTabs"/>
</div>
</div>

<div class="search-form">
<div wicket:id="orgTabs"/>
</div>

<p align="center">
Expand Down

0 comments on commit 0877e9a

Please sign in to comment.