[InputNew]: description position to absolute
AbhinavMV opened this issue ยท 6 comments
Hi, Can someone please assign this to me?
Hey @uday03meh ๐๐ป
Sure will assign you this issue, If you have any questions or get stuck somewhere, reach out to us on discord -> Moralis server -> web3uikit channel and we will help you out ๐๐ป
thankyou
Hey @uday03meh ๐๐ป
How is this issue going? Do let us know if you are facing any issues or need any help ๐ ๐๐ป
Hey @uday03meh
Please let us know if you need any help with this issue or if you are not working on it anymore. ๐
hey @AbhinavMV using absolute is by design, otherwise the page jumps when the description / error message is rendered. I would just wrap the element in a div and add the padding to the bottom of the parent dev
Hey @BillyG83 , yes but in the input component, the description is not being used as absolute which is why this issue is happening. This is what we have right now.
const StrongStyledDescription = styled.strong`
${resetCSS}
${fonts.text}
color: ${color.blueGray50};
font-size: 12px;
padding: 0 16px;
`;