From fcf9851ee44fc04df96fc09f40ce8d56146d6438 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:40:59 +0530 Subject: [PATCH] style: command modal style (#2526) --- web/styles/command-pallette.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/command-pallette.css b/web/styles/command-pallette.css index 83466e7b1..12cfe18eb 100644 --- a/web/styles/command-pallette.css +++ b/web/styles/command-pallette.css @@ -9,13 +9,13 @@ } [cmdk-item] { - /* display: flex; + display: flex; align-items: center; justify-content: space-between; border-radius: 0.375rem; padding: 0.5rem; font-size: 0.825rem; - line-height: 1.25rem; */ + line-height: 1.25rem; cursor: pointer; }