A lot of Diagram Fixes as well as other code changes #70

Merged
Ghost merged 9 commits from diagram-fixes into main 2024-01-25 01:01:11 +00:00
Showing only changes of commit 18c04b1873 - Show all commits

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">