Skip to content

Commit 4d680eb

Browse files
Merge pull request #77 from abid1208/patch-5
Fixed footer display issue
2 parents 10a8ed8 + 51ea64b commit 4d680eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/scaffold/views/index.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="card-body p-0">
2828
@include('$VIEW_PREFIX$$MODEL_NAME_PLURAL_SNAKE$.table')
2929

30-
<div class="card-footer clearfix float-right">
30+
<div class="card-footer clearfix">
3131
<div class="float-right">
3232
$PAGINATE$
3333
</div>

0 commit comments

Comments
 (0)