Skip to content

Commit

Permalink
Fix Workflow search styles. (#8139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt authored Dec 23, 2020
1 parent c7ee8ac commit 40ee8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="card mb-3 position-sticky action-bar">
<div class="card-body bg-primary p-3">
<div class="form-group mb-n1 has-search">
<div class="input-group input-group-sm w-lg-50 d-inline-flex">
<div class="input-group input-group-sm w-sm-50 w-25 d-inline-flex has-search">
<i class="fa fa-search form-control-feedback"></i>
<input asp-for="Options.Search" class="form-control" placeholder="@T["Search"]" type="search" autofocus />
</div>
Expand Down

0 comments on commit 40ee8ad

Please sign in to comment.