Row responsiveness sizing with text and elements

Hi Guys,

Something that i cannot seem to wrap my head around is using rows with an element at a fixed size and text that scales with the screen.

Here is an image of what it should look like:

image

However once shrunk down looks like this:

image

I know i am missing something.

Any help is appreciated.

Many Thanks,

Naish

You should set the parent containers and the texts to inf max width and no min widths. Do not fit to content or constrain with any fixed widths either. \

Add:: If you want the text not to exceed say 4 lines, then give it a fixed heigth. Bubble truncates automatically, adding the …

1 Like