diff --git a/studio/frontend/src/features/images/train/example-dataset-cards.tsx b/studio/frontend/src/features/images/train/example-dataset-cards.tsx index 678a2c3f13..d68671436b 100644 --- a/studio/frontend/src/features/images/train/example-dataset-cards.tsx +++ b/studio/frontend/src/features/images/train/example-dataset-cards.tsx @@ -111,45 +111,46 @@ export function ExampleDatasetCards({ {examples.map((ex) => (
-
-
-
- {/* Both are truncated, so the full text lives in a tooltip. */} - - - - {shortExampleLabel(ex.label)} - - - {ex.label} - - - - - {ex.license} - - - {ex.license} - -
-

- {ex.description} -

-
+
+ {/* Both are truncated, so the full text lives in a tooltip. */} + + + + {shortExampleLabel(ex.label)} + + + {ex.label} + + + + + {ex.license} + + + {ex.license} + +
+

+ {ex.description} +

+ {/* Import is the card's action, so it sits at the bottom right, on the + thumbnail row, instead of floating beside the text. */} +
+
-
))}