File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
13cd " $( dirname " $0 " ) /dashboard"
24VITE_BASE_API=/ bun run build
35cp ./build/index.html ./build/404.html
4-
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const BulkPage = () => {
6868 < PageHeader { ...getPageHeaderProps ( ) } />
6969 </ PageTransition >
7070 < div className = "w-full" >
71- < div className = "scrollbar-hide flex overflow-x-auto border-b px-4" >
71+ < div className = "scrollbar-hide flex lg:flex-wrap overflow-x-auto border-b px-4" >
7272 { tabs . map ( tab => (
7373 < button
7474 key = { tab . id }
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ export default function Settings() {
210210 < div className = "relative w-full" >
211211 < div className = "flex border-b" >
212212 < div className = "w-full" >
213- < div className = "scrollbar-hide flex overflow-x-auto border-b px-4" >
213+ < div className = "scrollbar-hide flex lg:flex-wrap overflow-x-auto border-b px-4" >
214214 { tabs . map ( tab => {
215215 const isActive = activeTab === tab . id
216216 return (
You can’t perform that action at this time.
0 commit comments