generated from Luis/nextjs-python-web-template
afain fixed tailwind classes
This commit is contained in:
committed by
Sara Pervana
parent
711ade4866
commit
1d6ea0ef0c
@@ -270,10 +270,19 @@ const SequenceDiagram = () => {
|
|||||||
className="flex items-center gap-5 mb-8"
|
className="flex items-center gap-5 mb-8"
|
||||||
>
|
>
|
||||||
<Chip label={sequenceNr ? sequenceNr : ++index} />
|
<Chip label={sequenceNr ? sequenceNr : ++index} />
|
||||||
<Card className="p-2 w-full">
|
<Card style={{ padding: 10 }} className="w-full">
|
||||||
<div className="flex justify-between mb-4">
|
<div
|
||||||
|
style={{ marginBottom: 12 }}
|
||||||
|
className="flex justify-between"
|
||||||
|
>
|
||||||
<div>
|
<div>
|
||||||
<span className="flex items-center gap-2 font-bold mb-4">
|
<span
|
||||||
|
style={{
|
||||||
|
marginBottom: 12,
|
||||||
|
fontWeight: "bold",
|
||||||
|
}}
|
||||||
|
className="flex items-center gap-2"
|
||||||
|
>
|
||||||
{IconComponent} {groupName}{" "}
|
{IconComponent} {groupName}{" "}
|
||||||
<Chip label={msgType} />
|
<Chip label={msgType} />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user