We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3616c08 commit 455822dCopy full SHA for 455822d
1 file changed
frontend/src/components/BuilderCanvas.vue
@@ -305,7 +305,7 @@ const renderedBreakpoints = computed(() => canvasProps.breakpoints.filter((bp) =
305
@apply transition-all;
306
}
307
.vertical-placeholder {
308
- @apply mx-4 min-h-5 w-auto border-l-2 border-dashed border-blue-500;
+ @apply mx-4 h-full min-h-5 w-auto border-l-2 border-dashed border-blue-500;
309
310
.horizontal-placeholder {
311
@apply my-4 h-auto w-full border-t-2 border-dashed border-blue-500;
0 commit comments