editor: counter in toolbar should have 100% height

This commit is contained in:
Abdullah Atta
2023-08-07 08:46:13 +05:00
parent b59a12e743
commit 42994847e9

View File

@@ -38,6 +38,7 @@ function _Counter(props: CounterProps) {
borderRadius: "default",
overflow: "hidden",
cursor: "pointer",
height: "100%",
":hover": {
bg: "hover-secondary"
}