Skip to content

Commit 7cb1dc1

Browse files
committed
Fix for IE flex bug
1 parent ea22e99 commit 7cb1dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Griddly/Views/Shared/Griddly/GriddlyFilters.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else
4141
<div class="modal-body">
4242
@Html.Partial("Griddly/GriddlyFilterForm", Model.Filters)
4343
</div>
44-
<div class="modal-footer">
44+
<div class="modal-footer" style="@(css.IsBootstrap4 ? "justify-content:flex-start" : null@*fix for IE flex bug*@)" >
4545

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

0 commit comments

Comments
 (0)