Right align as row in mendix studio pro 11.12

0
Question:I'm updating our styling module from Mendix 10.24.15 to 11.12.1 and need help with the alignment behavior change. I started with Atlas_Default as a base and wrapped the language selector in a flex container set to row with align items to right, but it's not positioning the selector to the far right of the screen as expected.Context:Migrating from Mendix 10.24.15 to 11.12.1 with styling module updates. The language selector is wrapped in a flex container configured with flex direction: row and align-items: right.Expected Behavior:The language selector should align to the far right of the screen.Actual Behavior:The language selector is not positioning to the right as intended despite the flex container configuration.Edit:Screenshots
asked
1 answers
0

Hi Niklas,

Could you attach a screenshot of the page along with your current flex container settings (or custom styles/SCSS)?

That will make it much easier to identify what's preventing the component from aligning to the far right and suggest the appropriate fix.

answered