review job info row layout

This commit is contained in:
Christoph Kluge
2026-01-26 11:53:19 +01:00
parent 7ecfc8468e
commit e074bb315c
5 changed files with 5 additions and 5 deletions

View File

@@ -220,7 +220,7 @@
{#if $initq.error}
<Card body color="danger">{$initq.error.message}</Card>
{:else if $initq?.data}
<Card class="overflow-auto" style="height: 400px;">
<Card class="overflow-auto" style="height: auto;">
<TabContent> <!-- on:tab={(e) => (status = e.detail)} -->
{#if $initq.data?.job?.metaData?.message}
<TabPane tabId="admin-msg" tab="Admin Note" active>

View File

@@ -23,7 +23,7 @@
showLinks = false,
renderCard = false,
width = "auto",
height = "400px",
height = "auto",
} = $props();
</script>

View File

@@ -58,7 +58,7 @@
{#if $roofMetrics.error}
<Card body color="danger">{$roofMetrics.error.message}</Card>
{:else if $roofMetrics?.data}
<Card style="height: 400px;">
<Card style="height: auto;"> <!-- 400px -->
<div bind:clientWidth={roofWidth}>
<Roofline
width={roofWidth}

View File

@@ -21,7 +21,7 @@
let {
job,
width = "auto",
height = "400px",
height = "auto",
} = $props();
/* Const Init */

View File

@@ -127,7 +127,7 @@
}
</script>
<CardBody class="overflow-auto">
<CardBody class="overflow-auto" style="height:380px;">
{#if jobFootprintData.length === 0}
<div class="text-center">No footprint data for job available.</div>
{:else}