diff --git a/resources/views/admin/extensions/blueprint/index.blade.php b/resources/views/admin/extensions/blueprint/index.blade.php index 20cc208f..107f63a7 100644 --- a/resources/views/admin/extensions/blueprint/index.blade.php +++ b/resources/views/admin/extensions/blueprint/index.blade.php @@ -31,7 +31,7 @@ @endsection @section('content') -

Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.

+

Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.

@@ -89,4 +89,11 @@

+ + + @endsection diff --git a/resources/views/blueprint/admin/template.blade.php b/resources/views/blueprint/admin/template.blade.php index f29f7e35..7e2f9486 100644 --- a/resources/views/blueprint/admin/template.blade.php +++ b/resources/views/blueprint/admin/template.blade.php @@ -17,7 +17,7 @@ @endsection @section("extension.description") -

{{ $EXTENSION_DESCRIPTION }}

+

{{ $EXTENSION_DESCRIPTION }}

@endsection @section("extension.config") @@ -106,5 +106,9 @@ border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important; } + + section.content { padding-top: 7px !important; } + section.content-header > h1 { margin-top: 3px !important; } + .ext-description { padding-bottom: 10px; } @endsection