Skip to content

Commit 60150e4

Browse files
committed
whitespace
1 parent e2d8b4e commit 60150e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/components/canvas/canvas-strategies/strategies/resize-grid-strategy.spec.browser2.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export var storyboard = (
2929
height: ${params.height ?? "'max-content'"},
3030
${params.columns != null ? `gridTemplateColumns: '${params.columns}',` : ''}
3131
${params.rows != null ? `gridTemplateRows: '${params.rows}',` : ''}
32-
${params.shorthand != null ? `gridTemplate: '${params.shorthand}',` : ''}
32+
${params.shorthand != null ? `gridTemplate: '${params.shorthand}',` : ''}
3333
}}
3434
>
3535
<div

0 commit comments

Comments
 (0)