Skip to content

Commit

Permalink
fix extensions.blade.php: width was not defined for section container
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Aug 30, 2024
1 parent a4abe16 commit 2f6f7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/admin/extensions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
section.content {
padding-right: 0px !important;
display: inline-block !important;
width: 100% !important;
}
</style>
@endsection

0 comments on commit 2f6f7a1

Please sign in to comment.