Skip to content

Commit 7644196

Browse files
committed
fix: ModuleFlowLoader component container minimum width
1 parent 5daf9d7 commit 7644196

File tree

2 files changed

+27
-17
lines changed

2 files changed

+27
-17
lines changed

packages/devtools/src/app/components/flowmap/ModuleFlowLoader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const info = computedAsync(async () => {
3939

4040
<template>
4141
<div of-auto w-full h-full relative>
42-
<div v-if="info" flex="~ col" w-max>
42+
<div v-if="info" flex="~ col" w-max min-w-full>
4343
<FlowmapModuleFlow
4444
p4
4545
:info

pnpm-lock.yaml

Lines changed: 26 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)