From 15b9caaaed6fb66084efe91ab6bb58f1acd84ce4 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Sun, 2 Mar 2025 03:31:34 +0530 Subject: [PATCH] fix: prevent zap logo shrinking and ensure text wraps correctly in command bar chore: increase command bar size. --- frontend/src/features/command/CommandBox.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/frontend/src/features/command/CommandBox.vue b/frontend/src/features/command/CommandBox.vue index e257b1c2..ee781f63 100644 --- a/frontend/src/features/command/CommandBox.vue +++ b/frontend/src/features/command/CommandBox.vue @@ -1,7 +1,7 @@