From 903a453b11c75bfc0ffd5e3e3420b87c242f9d32 Mon Sep 17 00:00:00 2001 From: Loup Theron Date: Thu, 20 Jul 2023 10:33:25 +0200 Subject: [PATCH] Increment column width --- .../src/features/SideWindow/MissionForm/ActionList/Item.tsx | 4 ++-- .../src/features/SideWindow/MissionForm/ActionList/index.tsx | 2 +- .../src/features/SideWindow/MissionForm/MainForm/index.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/features/SideWindow/MissionForm/ActionList/Item.tsx b/frontend/src/features/SideWindow/MissionForm/ActionList/Item.tsx index c1968e2278..109bb9ef4c 100644 --- a/frontend/src/features/SideWindow/MissionForm/ActionList/Item.tsx +++ b/frontend/src/features/SideWindow/MissionForm/ActionList/Item.tsx @@ -165,8 +165,8 @@ const Wrapper = styled.div` const DateLabel = styled.div` display: flex; flex-direction: column; - min-width: 70px; - padding: 4px 24px 4px 0; + min-width: 65px; + padding: 4px 16px 4px 0; ` const InnerWrapper = styled.div<{ diff --git a/frontend/src/features/SideWindow/MissionForm/ActionList/index.tsx b/frontend/src/features/SideWindow/MissionForm/ActionList/index.tsx index e9eaa1fe65..5381d64c2a 100644 --- a/frontend/src/features/SideWindow/MissionForm/ActionList/index.tsx +++ b/frontend/src/features/SideWindow/MissionForm/ActionList/index.tsx @@ -91,7 +91,7 @@ const Wrapper = styled.div` display: flex; flex-direction: column; max-width: 465px; - width: 32.34%; + width: 34.34%; overflow-y: auto; ` diff --git a/frontend/src/features/SideWindow/MissionForm/MainForm/index.tsx b/frontend/src/features/SideWindow/MissionForm/MainForm/index.tsx index 16681de3b1..ec2819dc55 100644 --- a/frontend/src/features/SideWindow/MissionForm/MainForm/index.tsx +++ b/frontend/src/features/SideWindow/MissionForm/MainForm/index.tsx @@ -104,7 +104,7 @@ const Wrapper = styled.div` flex-direction: column; flex-grow: 1; max-width: 465px; - width: 35.34%; + width: 36.34%; overflow-y: auto; /* TODO Handle that in @mtes-mct/monitor-ui. */