Skip to content

Commit a3b5ca3

Browse files
committed
fix: adjust flex alignment in Metadata component for better layout
1 parent d500414 commit a3b5ca3

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/(user)/datasets/[datasetIdentifier]/components/Metadata

1 file changed

+1
-1
lines changed

app/[locale]/(user)/datasets/[datasetIdentifier]/components/Metadata/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const MetadataComponent: React.FC<MetadataProps> = ({ data, setOpen }) => {
136136
</Text>
137137
</div>
138138
{Metadata.map((item: any, index: any) => (
139-
<div className="flex items-center gap-2 " key={index}>
139+
<div className="flex items-start gap-2 " key={index}>
140140
<Text
141141
className="min-w-[120px] basis-1/4 uppercase"
142142
variant="bodyMd"

0 commit comments

Comments
 (0)