Skip to content

Commit 3258a4f

Browse files
committed
fix /admin/extensions: entries were able to overlap the copyright footer
1 parent 4027b5e commit 3258a4f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: resources/views/admin/extensions.blade.php

+8
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,13 @@
6262
");
6363
}
6464
?>
65+
66+
/* style content */
67+
.content {
68+
padding-right: 0px !important;
69+
}
70+
div.wrapper > div.content-wrapper {
71+
min-height: calc(100vh + 15px) !important;
72+
}
6573
</style>
6674
@endsection

0 commit comments

Comments
 (0)