diff --git a/.changeset/fix-web-workspace-picker-width.md b/.changeset/fix-web-workspace-picker-width.md new file mode 100644 index 0000000000..b705b0b6f8 --- /dev/null +++ b/.changeset/fix-web-workspace-picker-width.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +web: Fix the workspace picker menu sizing too narrowly for its content. diff --git a/apps/kimi-web/src/components/chat/ConversationPane.vue b/apps/kimi-web/src/components/chat/ConversationPane.vue index f94805c9db..eff40b458e 100644 --- a/apps/kimi-web/src/components/chat/ConversationPane.vue +++ b/apps/kimi-web/src/components/chat/ConversationPane.vue @@ -1,6 +1,5 @@