mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-15 11:01:40 +10:00
fix(pdf): add flex to skill name to participate in layout sizing (#3253)
This commit is contained in:
@@ -664,7 +664,7 @@ const SkillsSection = ({ sectionId = "skills", sectionData }: ItemSectionProps<S
|
||||
<SectionItemHeader>
|
||||
<View style={composeStyles(inlineStyle)}>
|
||||
<Icon name={item.icon as IconName} />
|
||||
<Bold>{item.name}</Bold>
|
||||
<Bold style={{ flex: 1 }}>{item.name}</Bold>
|
||||
</View>
|
||||
</SectionItemHeader>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user