How to get Input <- Popover <- Icon to have same height as Combobox? #1978
-
I have a row of elements: some Comboboxes, some Inputs. The inputs have Popovers in their "insertAfter" fields. These Popovers' PopoverButtons have Icons in them. The Icons cause the Inputs to not be the same height as the Comboboxes. A simplified example is thus: https://codesandbox.io/s/paste-starter-kit-forked-xnemm?file=/src/index.tsx
The result of this code is: which I think looks pretty silly. Any ideas how to rectify this? I've been experimenting with a variety of things (different padding settings, sizes, etc) to no avail. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @sebm, thanks for bringing this up! You've definitely caught a bug. We've got a ticket in our next sprint to address it, if you'd like to follow along: https://issues.corp.twilio.com/browse/DSYS-3077 We'll reply back here when it's ready. |
Beta Was this translation helpful? Give feedback.
Hey @sebm, thanks for bringing this up! You've definitely caught a bug. We've got a ticket in our next sprint to address it, if you'd like to follow along: https://issues.corp.twilio.com/browse/DSYS-3077
We'll reply back here when it's ready.