Skip to content

Commit c64864c

Browse files
docs: Fix top-and-bottom CEL Playground editors (#779)
I've tested this locally by doing a full build and serve instead of using the dev server.
1 parent e166b28 commit c64864c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/components/CELPlayground/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function CELPlayground() {
102102

103103
return (
104104
<div className="flex flex-col gap-4 mb-4">
105-
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
105+
<div className="grid md:grid-cols-2 gap-4">
106106
<div className="flex flex-col gap-2">
107107
<div className="flex items-center min-h-8">
108108
<label className="text-sm font-medium text-foreground">

0 commit comments

Comments
 (0)