mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
fix: style
This commit is contained in:
@ -72,7 +72,7 @@ export default async function DocumentsPage({ searchParams = {} }: DocumentsPage
|
||||
|
||||
<div className="mt-8 flex flex-wrap gap-x-4 gap-y-6 ">
|
||||
<Tabs
|
||||
className="overflow-auto"
|
||||
className="overflow-x-auto"
|
||||
defaultValue={shouldDefaultToPending ? InternalDocumentStatus.PENDING : status}
|
||||
>
|
||||
<TabsList>
|
||||
|
||||
Reference in New Issue
Block a user