Fix the styling of the search box on the redirect url management dashboard

This commit is contained in:
Kenn Jacobsen
2019-01-14 22:53:19 +01:00
parent 92c278c593
commit 862d522758

View File

@@ -29,7 +29,7 @@
<umb-editor-sub-header-section ng-if="vm.dashboard.urlTrackerDisabled === false">
<form class="form-search -no-margin-bottom pull-right" novalidate>
<ng-form class="form-search -no-margin-bottom pull-right" novalidate>
<div class="inner-addon left-addon">
<i class="icon icon-search"></i>
<input
@@ -42,7 +42,7 @@
prevent-enter-submit
no-dirty-check>
</div>
</form>
</ng-form>
</umb-editor-sub-header-section>