From daabfb7fd22ff0eb02afc19c6221328f4fd931cc Mon Sep 17 00:00:00 2001 From: Andy Charlwood Date: Sat, 14 Feb 2026 20:37:22 +0000 Subject: [PATCH] feat: US-025 - Scale WorkExperienceSubsection and RepeatMedicationsSubsection --- .../RepeatMedicationsSubsection.tsx | 24 +++++++++---------- src/components/WorkExperienceSubsection.tsx | 22 ++++++++--------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/RepeatMedicationsSubsection.tsx b/src/components/RepeatMedicationsSubsection.tsx index 0cb8090..8e2c354 100644 --- a/src/components/RepeatMedicationsSubsection.tsx +++ b/src/components/RepeatMedicationsSubsection.tsx @@ -54,7 +54,7 @@ function SkillRow({ skill, onClick, onHighlight }: SkillRowProps) { display: 'flex', alignItems: 'center', gap: '10px', - padding: '8px 10px', + padding: '10px 12px', minHeight: '44px', background: 'var(--bg-dashboard)', borderRadius: 'var(--radius-sm)', @@ -75,8 +75,8 @@ function SkillRow({ skill, onClick, onHighlight }: SkillRowProps) { >
- {IconComponent && } + {IconComponent && }
-
+
{visibleSkills.map((skill) => (