From 42994847e93d2fa37d6f20ec35a7022760a85b7f Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 7 Aug 2023 08:46:13 +0500 Subject: [PATCH] editor: counter in toolbar should have 100% height --- packages/editor/src/toolbar/components/counter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/toolbar/components/counter.tsx b/packages/editor/src/toolbar/components/counter.tsx index fc8e0eb7a..a0fc735ab 100644 --- a/packages/editor/src/toolbar/components/counter.tsx +++ b/packages/editor/src/toolbar/components/counter.tsx @@ -38,6 +38,7 @@ function _Counter(props: CounterProps) { borderRadius: "default", overflow: "hidden", cursor: "pointer", + height: "100%", ":hover": { bg: "hover-secondary" }