Skip to content
Snippets Groups Projects
Unverified Commit 6fd728aa authored by lelemm's avatar lelemm Committed by GitHub
Browse files

fix: Account names in side nav squashed (#2866)

* Fix: Account names in side nav squashed

* add 2866.md

* lint
parent bf26ca4e
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ export const Tooltip = ({ ...@@ -52,6 +52,7 @@ export const Tooltip = ({
return ( return (
<View <View
style={{ minHeight: 'auto' }}
ref={triggerRef} ref={triggerRef}
onPointerEnter={handlePointerEnter} onPointerEnter={handlePointerEnter}
onPointerLeave={handlePointerLeave} onPointerLeave={handlePointerLeave}
......
---
category: Bugfix
authors: [lelemm]
---
Fix: Account names in side nav squashed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment