feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -13,7 +13,7 @@ function PinnedJobNotes({ job }) {
|
||||
return pinnedNotes?.length ? (
|
||||
<>
|
||||
<Divider />
|
||||
<Space direction="vertical" style={{ width: "100%" }}>
|
||||
<Space orientation="vertical" style={{ width: "100%" }}>
|
||||
{pinnedNotes?.map((note) => (
|
||||
<Card
|
||||
key={note.id}
|
||||
|
||||
Reference in New Issue
Block a user