We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebf91d commit b592ae0Copy full SHA for b592ae0
packages/framework/resources/views/pages/documentation-search.blade.php
@@ -2,5 +2,8 @@
2
@section('content')
3
<h1>Search the documentation site</h1>
4
<style>#search-menu-button, .edit-page-link { display: none !important; }</style>
5
- <x-hyde::docs.hyde-search class="max-w-sm" :modal="false" />
+
6
+ <div class="not-prose">
7
+ <x-hyde::docs.hyde-search class="max-w-sm" :modal="false" />
8
+ </div>
9
@endsection
0 commit comments