fix(web): mobile view

This commit is contained in:
BennyKok
2023-12-21 00:01:01 +08:00
parent 87a25eb262
commit f2c9362a8a
9 changed files with 87 additions and 45 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const Table = React.forwardRef<
HTMLTableElement,
React.HTMLAttributes<HTMLTableElement>
>(({ className, ...props }, ref) => (
// <div className="relative w-full overflow-auto">
// <div className="relative w-full overflow-x-auto">
<table
ref={ref}
className={cn("w-full caption-bottom text-sm", className)}