Rm flex_1 causing overflow
This commit is contained in:
@@ -62,7 +62,7 @@ export function Card({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.flex_1, a.gap_md]}>
|
<View style={[a.w_full, a.gap_md]}>
|
||||||
<View style={[a.flex_row, a.gap_sm]}>
|
<View style={[a.flex_row, a.gap_sm]}>
|
||||||
{!noIcon ? <StarterPack width={40} gradient="sky" /> : null}
|
{!noIcon ? <StarterPack width={40} gradient="sky" /> : null}
|
||||||
<View>
|
<View>
|
||||||
|
|||||||
Reference in New Issue
Block a user