mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 07:12:18 +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>
|
<SectionItemHeader>
|
||||||
<View style={composeStyles(inlineStyle)}>
|
<View style={composeStyles(inlineStyle)}>
|
||||||
<Icon name={item.icon as IconName} />
|
<Icon name={item.icon as IconName} />
|
||||||
<Bold>{item.name}</Bold>
|
<Bold style={{ flex: 1 }}>{item.name}</Bold>
|
||||||
</View>
|
</View>
|
||||||
</SectionItemHeader>
|
</SectionItemHeader>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user