File tree 2 files changed +2
-2
lines changed
apps/web/components/dashboard
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export function BookmarkMarkdownComponent({
30
30
} ) ;
31
31
} ;
32
32
return (
33
- < div className = "h-full overflow-hidden " >
33
+ < div className = "h-full" >
34
34
{ readOnly ? (
35
35
< MarkdownReadonly > { bookmark . content . text } </ MarkdownReadonly >
36
36
) : (
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export default function BookmarkPreview({
114
114
< div className = "row-span-2 h-full w-full overflow-auto p-2 md:col-span-2 lg:row-auto" >
115
115
{ isBookmarkStillCrawling ( bookmark ) ? < ContentLoading /> : content }
116
116
</ div >
117
- < div className = "lg:col-span1 row-span-1 flex flex-col gap-4 overflow-auto bg-accent p-4 lg:row-auto" >
117
+ < div className = "row-span-1 flex flex-col gap-4 overflow-auto bg-accent p-4 md:col-span-2 lg:col-span-1 lg:row-auto" >
118
118
< div className = "flex w-full flex-col items-center justify-center gap-y-2" >
119
119
< EditableTitle bookmark = { bookmark } />
120
120
{ sourceUrl && (
You can’t perform that action at this time.
0 commit comments