How do I remove the height under a certain breakpoint

Hello,

For desktop and tablet, I have a specific height for a div. However, on mobile, I would like to remove this settings, so that the div can expend based on the length of the text. I however cannot remove the value. Is there a way to do this ?

image

Thanks,
Philippe

Hey @pburki,

just set the value back to its initial value of auto.

Best,

André

Thanks AndrĂ©. I was indeed trying to find a way to delete, but did not think about trying ‘auto’-
Best regards,
Philippe