From f2e7c82231abf9bf34b66fb5d1eacf9147af8502 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Sat, 11 Jul 2020 20:44:46 +1000 Subject: [PATCH] Fix table alignment --- docs/entityRelationshipDiagram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/entityRelationshipDiagram.md b/docs/entityRelationshipDiagram.md index 81bdf9785..49b9114de 100644 --- a/docs/entityRelationshipDiagram.md +++ b/docs/entityRelationshipDiagram.md @@ -99,8 +99,8 @@ For simple color customization: The following CSS class selectors are available for richer styling: -| Selector | Description | -| :--------------------------- | :---------------------------------------------------- | +| Selector | Description | +| :------------------------- | :---------------------------------------------------- | | `.er.entityBox` | The box representing an entity | | `.er.entityLabel` | The label for an entity | | `.er.relationshipLabel` | The label for a relationship |