Skip to content

Commit

Permalink
Fix for IE flex bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jehhynes committed Jan 9, 2020
1 parent ea22e99 commit 7cb1dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Griddly/Views/Shared/Griddly/GriddlyFilters.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
<div class="modal-body">
@Html.Partial("Griddly/GriddlyFilterForm", Model.Filters)
</div>
<div class="modal-footer">
<div class="modal-footer" style="@(css.IsBootstrap4 ? "justify-content:flex-start" : null@*fix for IE flex bug*@)" >

<div class="btn-group @(css.IsBootstrap4 ? "mr-auto" : "pull-left")">
<button type="button" class="@css.ButtonDefault dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Expand Down

0 comments on commit 7cb1dc1

Please sign in to comment.