Skip to content

Commit 2c07af9

Browse files
committed
fix(#5307): make the LineChart component have a proper parent width
1 parent 8939deb commit 2c07af9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • spring-boot-admin-server-ui/src/main/frontend/views/instances/details

spring-boot-admin-server-ui/src/main/frontend/views/instances/details/LineChart.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
-->
1616

1717
<template>
18-
<canvas id="chart" ref="chart" />
18+
<div class="flex w-full">
19+
<canvas id="chart" ref="chart" />
20+
</div>
1921
</template>
2022

2123
<script>

0 commit comments

Comments
 (0)