Skip to content

Commit 4550748

Browse files
committed
OCEL Graph Expand Feature + UI Improvements
1 parent 4cdb15d commit 4550748

File tree

4 files changed

+317
-237
lines changed

4 files changed

+317
-237
lines changed

frontend/src/components/OcelElementInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function OcelElementInfo({
5858

5959
return (
6060
<div className="text-lg text-left h-full w-full">
61-
<div className="h-full grid grid-cols-2 justify-center gap-x-4 w-full">
61+
<div className="h-full grid grid-cols-[1fr,2fr] justify-center gap-x-4 w-full">
6262
<div className="h-full overflow-auto w-full border-r-2" ref={overflowDiv}>
6363
{info?.object != null && (
6464
<OcelObjectViewer
@@ -81,7 +81,7 @@ export default function OcelElementInfo({
8181
<div className="text-4xl font-bold text-red-700">Not Found</div>
8282
)}
8383
</div>
84-
<div className="">
84+
<div className="w-full">
8585

8686
{info !== null &&
8787
<OcelGraphViewer

0 commit comments

Comments
 (0)