Skip to content

Commit

Permalink
Remove minimum width constraint from FilesTab table for improved resp…
Browse files Browse the repository at this point in the history
…onsiveness (#10072)
  • Loading branch information
DonXavierdev authored Jan 22, 2025
1 parent 8af2d0b commit 457ffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Files/FilesTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export const FilesTab = (props: FilesTabProps) => {

const RenderTable = () => {
return (
<Table className="border-separate border-spacing-y-3 mx-2 min-w-[800px] lg:max-w-[calc(100%-16px)]">
<Table className="border-separate border-spacing-y-3 mx-2 lg:max-w-[calc(100%-16px)]">
<TableHeader>
<TableRow className="shadow rounded overflow-hidden">
<TableHead className="w-[30%] bg-white rounded-l">
Expand Down

0 comments on commit 457ffce

Please sign in to comment.