fix height of builder config when no builder type chosen

This commit is contained in:
mbecker20
2023-02-25 22:07:05 +00:00
parent 580e800923
commit 58514c5c93

View File

@@ -23,6 +23,9 @@ const BuilderConfig: Component<{}> = (p) => {
<Show when={build.aws_config}>
<AwsBuilderConfig />
</Show>
<Show when={!build.server_id && !build.aws_config}>
<div style={{ height: "12rem" }} />
</Show>
</Grid>
<Show when={userCanUpdate() && build.updated}>
<Show