generated from Luis/nextjs-python-web-template
final final tailwind fixes
This commit is contained in:
committed by
Sara Pervana
parent
1d6ea0ef0c
commit
db1591a76e
@@ -267,7 +267,8 @@ const SequenceDiagram = () => {
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
key={index}
|
key={index}
|
||||||
className="flex items-center gap-5 mb-8"
|
style={{ marginBottom: 12 }}
|
||||||
|
className="flex items-center gap-5"
|
||||||
>
|
>
|
||||||
<Chip label={sequenceNr ? sequenceNr : ++index} />
|
<Chip label={sequenceNr ? sequenceNr : ++index} />
|
||||||
<Card style={{ padding: 10 }} className="w-full">
|
<Card style={{ padding: 10 }} className="w-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user