final final tailwind fixes
All checks were successful
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Successful in 3m6s

This commit is contained in:
sara-pervana
2024-01-25 01:57:06 +01:00
parent 48738f2c87
commit 18c04b1873

View File

@@ -267,7 +267,8 @@ const SequenceDiagram = () => {
return (
<div
key={index}
className="flex items-center gap-5 mb-8"
style={{ marginBottom: 12 }}
className="flex items-center gap-5"
>
<Chip label={sequenceNr ? sequenceNr : ++index} />
<Card style={{ padding: 10 }} className="w-full">