Skip to content

Commit

Permalink
fix /admin/extensions: entries were able to overlap the copyright f…
Browse files Browse the repository at this point in the history
…ooter
  • Loading branch information
prplwtf committed Jul 16, 2024
1 parent 4027b5e commit 3258a4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/views/admin/extensions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,13 @@
");
}
?>
/* style content */
.content {
padding-right: 0px !important;
}
div.wrapper > div.content-wrapper {
min-height: calc(100vh + 15px) !important;
}
</style>
@endsection

0 comments on commit 3258a4f

Please sign in to comment.