mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-25 07:38:17 +03:00
remove single-row display
This commit is contained in:
@@ -49,7 +49,7 @@ function CardComponent(props: AMUICardProps & AMUICardActionProps) {
|
||||
}}>
|
||||
<View>
|
||||
<Title style={{fontWeight: "bold"}}>{props.title}</Title>
|
||||
<View style={{display: "flex", flexDirection: "row", gap: 8, flexWrap: "wrap", marginTop: 10}}>
|
||||
<View style={{display: "flex", gap: 8, flexWrap: "wrap", marginTop: 10}}>
|
||||
{props.children}
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user