From 67c8c4bdfafc6d42699f7815eeb1ec67837576c4 Mon Sep 17 00:00:00 2001 From: ayangweb <75017711+ayangweb@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:07:41 +0800 Subject: [PATCH] fix: fix the abnormal input height issue (#1006) * fix: fix the abnormal input height issue * docs: update changelog --- docs/content.en/docs/release-notes/_index.md | 16 +++++++++++----- src/components/Search/ExtensionStore.tsx | 2 +- src/components/Search/SearchIcons.tsx | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index 4e9e405c..0709ad9d 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -7,11 +7,17 @@ title: "Release Notes" Information about release notes of Coco App is provided here. -## Latest (In development) -### ❌ Breaking changes -### 🚀 Features -### 🐛 Bug fix -### ✈️ Improvements +## Latest (In development) + +### ❌ Breaking changes + +### 🚀 Features + +### 🐛 Bug fix + +- fix: fix the abnormal input height issue #1006 + +### ✈️ Improvements ## 0.9.1 (2025-12-05) diff --git a/src/components/Search/ExtensionStore.tsx b/src/components/Search/ExtensionStore.tsx index a454847f..ce0124f8 100644 --- a/src/components/Search/ExtensionStore.tsx +++ b/src/components/Search/ExtensionStore.tsx @@ -306,7 +306,7 @@ const ExtensionStore = ({ extensionId }: { extensionId?: string }) => {
= (props) => {
+
);