Hi,
I’m trying to create a fluid component that will have adapt to its wrapper container, but having trouble getting it right. It consists of:
rounded small image + text in two rows + text in two rows + a button
the button should float to the right regardless, but the other parts should just stay left aligned with the chosen padding.
I have two problems: I can’t get the button to float and when choosing fill to container the rounded small image gets distorted, but I don’t want its size to change.
Thanks in advance