Skip to content

Commit 455822d

Browse files
committed
fix: set h-full + min height for vertical placeholder
1 parent 3616c08 commit 455822d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/BuilderCanvas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const renderedBreakpoints = computed(() => canvasProps.breakpoints.filter((bp) =
305305
@apply transition-all;
306306
}
307307
.vertical-placeholder {
308-
@apply mx-4 min-h-5 w-auto border-l-2 border-dashed border-blue-500;
308+
@apply mx-4 h-full min-h-5 w-auto border-l-2 border-dashed border-blue-500;
309309
}
310310
.horizontal-placeholder {
311311
@apply my-4 h-auto w-full border-t-2 border-dashed border-blue-500;

0 commit comments

Comments
 (0)