File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
infrastructure/control-panel/src/routes/monitoring Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 657
657
658
658
<!-- Flow Messages Panel -->
659
659
<div
660
- class =" flex h-full w-[40%] cursor-default flex-col bg-white p-4 transition-colors hover:bg-gray-50"
660
+ class =" flex w-[40%] cursor-default flex-col bg-white p-4 transition-colors hover:bg-gray-50"
661
+ style =" height: calc(100vh - 80px);"
661
662
>
662
- <div class =" mb-4" >
663
+ <div class =" mb-4 flex-shrink-0 " >
663
664
<h3 class =" text-lg font-semibold text-gray-800" >Data Flow</h3 >
664
665
<div class =" mt-2 text-sm text-gray-600" >
665
666
Current Step: {currentFlowStep === 0
678
679
</div >
679
680
</div >
680
681
681
- <div class =" flex-1 space-y-2 overflow-y-auto" >
682
+ <div class =" flex-1 space-y-2 overflow-y-auto pr-2 " >
682
683
{#each flowMessages as message , i }
683
684
<div class =" rounded bg-gray-50 p-2 font-mono text-sm" >
684
685
{message }
You can’t perform that action at this time.
0 commit comments