Stretching in Column Container

Hi all,

I am just starting out on perspective (& Ignition for that matter). I am playing with the different containers.

I have a column container with a Markdown component in the first row. When it displays on a small display, the text wraps, making it taller. I then get a scroll bar. Is there a way to make it “push” row 2 down so that the scroll bar is not required?

I can size it long enough but then the medium view has a large space between row 1 & row 2.

i have tried nesting the Markdown in a flex & coordinate container but could not make it work.

Any ideas?

Thanks, Steven

You could use a Style with a media query to reduce the size of the text at the breakpoint?
https://docs.inductiveautomation.com/display/DOC81/Style+Classes#StyleClasses-MediaQueryonStyleClasses down the bottom ish

1 Like

I like that!!

Thanks, Steven