From e2704d76cacd69e120f397db404eabe3b2d1ba8e Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Wed, 17 Jan 2024 05:36:47 +0800 Subject: [PATCH] fix: command palette story dimensions --- docs/src/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/quick-start.md b/docs/src/quick-start.md index e9345fd6..a7657a21 100644 --- a/docs/src/quick-start.md +++ b/docs/src/quick-start.md @@ -113,7 +113,7 @@ The controls should be familiar to you if you have ever used a fuzzy finder: ## 7. Using the command palette -{{story cast cy/palette}} +{{story cast cy/palette --width 120 --height 26}} Like most modern applications, `cy` includes a command palette, which lets you search through and execute all of the available actions. You can access it by typing `ctrl+a` `ctrl+p`.