Skip to content

Commit 2f6f7a1

Browse files
committed
fix extensions.blade.php: width was not defined for section container
1 parent a4abe16 commit 2f6f7a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/views/admin/extensions.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
section.content {
7575
padding-right: 0px !important;
7676
display: inline-block !important;
77+
width: 100% !important;
7778
}
7879
</style>
7980
@endsection

0 commit comments

Comments
 (0)