Skip to content

Commit

Permalink
fix for css of item path search panel
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 22, 2020
1 parent 421df6a commit 2f7c086
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
<body>
<wicket:panel>
<form wicket:id="popoverForm" style="width: 300px; padding-top: 10px;">
<div class="form-group col-sm-12" style="padding-bottom: 5px; padding-right: 0px" wicket:id="itemPath" />
<div class="form-group col-sm-12" style="margin-left: 15px; padding-bottom: 5px; padding-right: 0px; width: 285px;" wicket:id="itemPath" />
<div class="form-group col-sm-12" style="padding-bottom: 10px;">
<div>
<div class="input-group-btn">
Expand Down

0 comments on commit 2f7c086

Please sign in to comment.