From 4834ea98e846c3d1e9a29c71a9bd832aa648da96 Mon Sep 17 00:00:00 2001 From: Andrea Connell Date: Tue, 16 Jan 2024 12:31:16 -0800 Subject: [PATCH] Add maxHeight to SDD diagrams to allow growth (#109) custom.css has a default maxHeight relative to viewport size, which makes these diagrams squished when they have a width set. If the width is removed, the diagrams are too small to view. Setting the maxHeight style here lets them size themselves more naturally. Co-authored-by: Andrea Connell --- docs/overview/software-design-document.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/overview/software-design-document.mdx b/docs/overview/software-design-document.mdx index 6eb365b..bd57c1a 100644 --- a/docs/overview/software-design-document.mdx +++ b/docs/overview/software-design-document.mdx @@ -80,7 +80,7 @@ A](#a---the-c4-model). import c4AerieContext from './assets/c4-aerie-context.png';
- Aerie Context + Aerie Context
Figure 1: Aerie Context
@@ -119,7 +119,7 @@ merlin-worker has a direct connection to the merlin database. import c4AerieContainer from './assets/c4-aerie-container.png';
- Aerie Container + Aerie Container
Figure 2: Aerie Composition at the Container Level
@@ -408,7 +408,7 @@ defining mission models in a file system. import c4MerlinServerComponent from './assets/c4-merlin-server-component.png';
- Merlin Server Component + Merlin Server Component
Figure 3: The Component Diagram for Merlin Server
@@ -1299,7 +1299,7 @@ aspects: import c4SchedulingComponent from './assets/c4-scheduling-component.png';
- Scheduling Component + Scheduling Component
Figure 4: The Aerie Scheduling Component