We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e166b28 commit c64864cCopy full SHA for c64864c
1 file changed
docs/src/components/CELPlayground/index.tsx
@@ -102,7 +102,7 @@ export default function CELPlayground() {
102
103
return (
104
<div className="flex flex-col gap-4 mb-4">
105
- <div className="grid grid-cols-1 md:grid-cols-2 gap-4">
+ <div className="grid md:grid-cols-2 gap-4">
106
<div className="flex flex-col gap-2">
107
<div className="flex items-center min-h-8">
108
<label className="text-sm font-medium text-foreground">
0 commit comments