Skip to content

Commit b592ae0

Browse files
committed
Fix not prose styles
1 parent 8ebf91d commit b592ae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/framework/resources/views/pages/documentation-search.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
@section('content')
33
<h1>Search the documentation site</h1>
44
<style>#search-menu-button, .edit-page-link { display: none !important; }</style>
5-
<x-hyde::docs.hyde-search class="max-w-sm" :modal="false" />
5+
6+
<div class="not-prose">
7+
<x-hyde::docs.hyde-search class="max-w-sm" :modal="false" />
8+
</div>
69
@endsection

0 commit comments

Comments
 (0)