react-awesome-reveal icon indicating copy to clipboard operation
react-awesome-reveal copied to clipboard

Flex:1 is ignored

Open issimissimo opened this issue 3 years ago • 1 comments

If you create a Reveal component, and you create inside it a div with a classname="flex-1" (I'm using Tailwind), this CSS property (flex:1) will be ignored. The only solution that I've found is to create the div first (with classname="flex-1"), and next put all the others elements after the Reveal component. It's not the best, since you can have issues later on

issimissimo avatar Aug 02 '22 18:08 issimissimo

Would you mind creating a Codesandbox reproduction of the issue?

morellodev avatar Aug 03 '22 06:08 morellodev