File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/[locale]/(user)/usecases/[useCaseSlug] Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import BreadCrumbs from '@/components/BreadCrumbs';
1313import { Icons } from '@/components/icons' ;
1414import { Loading } from '@/components/loading' ;
1515import PrimaryDetails from '../components/Details' ;
16- import Dashboards from './Dashboards' ;
1716import Metadata from '../components/Metadata' ;
17+ import Dashboards from './Dashboards' ;
1818
1919const UseCasedetails : any = graphql ( `
2020 query UseCasedetails($pk: ID!) {
@@ -188,13 +188,13 @@ const UseCaseDetailPage = () => {
188188 </ div >
189189 </ div >
190190 < div className = "container py-8 lg:py-14" >
191- < div className = " flex flex-col gap-1 " >
191+ < div className = " flex flex-col gap-1 pb-10 " >
192192 < Text variant = "headingXl" > Datasets in this Use Case</ Text >
193193 < Text variant = "bodyLg" fontWeight = "regular" >
194194 All Datasets related to this Use Case
195195 </ Text >
196196 </ div >
197- < div className = "grid grid-cols-1 gap-6 pt-10 md:grid-cols-2 lg:grid-cols-3 " >
197+ < div className = "grid grid-cols-1 p-4 gap-6 overflow-y-auto md:grid-cols-2 lg:grid-cols-3 max-h-[calc(100vh-250px)] " >
198198 { datasets . length > 0 &&
199199 datasets . map ( ( dataset : TypeDataset ) => (
200200 < Card
You can’t perform that action at this time.
0 commit comments