fix extensions.blade.php
: width was not defined for section container
This commit is contained in:
parent
a4abe16d8b
commit
2f6f7a1c1e
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
||||||
section.content {
|
section.content {
|
||||||
padding-right: 0px !important;
|
padding-right: 0px !important;
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in a new issue