Skip to content

Commit

Permalink
filter configuration style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Sep 8, 2020
1 parent 7930fa0 commit 6ee9c32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -8,8 +8,8 @@
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div class="row">
<div class="col-md-10" wicket:id="aceEditorField"/>
<div class="col-md-2">
<div class="col-md-11 ace-editor-left-aligning" wicket:id="aceEditorField"/>
<div class="col-md-1">
<a class="btn btn-sm btn-primary" wicket:id="configureButton">
<i class="fa fa-cog"/>
</a>
Expand Down
Expand Up @@ -1655,6 +1655,10 @@ th.composited-icon {
width: 38px;
}

.ace-editor-left-aligning {
margin-left: -15px;
}

.search-item {
display: inline-block;
min-width: 270px;
Expand Down

0 comments on commit 6ee9c32

Please sign in to comment.