From edde511da49affe68af746f42bd10f71e141c930 Mon Sep 17 00:00:00 2001 From: runarvestmann Date: Fri, 24 Jan 2025 10:25:28 +0000 Subject: [PATCH] Change the gridrow direction --- .../DirectorateOfLabour/MyPages.tsx | 92 +++++++++++-------- 1 file changed, 52 insertions(+), 40 deletions(-) diff --git a/apps/web/screens/Organization/DirectorateOfLabour/MyPages.tsx b/apps/web/screens/Organization/DirectorateOfLabour/MyPages.tsx index 16ca9a41f236..86569ba64b8c 100644 --- a/apps/web/screens/Organization/DirectorateOfLabour/MyPages.tsx +++ b/apps/web/screens/Organization/DirectorateOfLabour/MyPages.tsx @@ -70,46 +70,58 @@ const MyPages: CustomScreen = ({ minimal mainContent={ - - - - {formatMessage(m.mainTitle)} - - - - {webRichText( - customPageData?.content ?? [], - undefined, - activeLocale, - )} - - - - - - - - - - + + + {formatMessage(m.mainTitle)} + + + + + {webRichText( + customPageData?.content ?? [], + undefined, + activeLocale, + )} + + + + + + + + + + + } >