Hi Outsystems Community,
I am facing an issues that can not set 3 label on one line. I put that 3 label in the block and show the block in screen. But when adjust in a block I can see all of those are on one line, but when block show on screen. It's show 3 line for 3 label. Please refer for my image attached, first one is I adjusted on one line in block, second one is when I put the block into a screen.
Anyone have any ideas to solve this one. Appreciate for all of your ideas.
Thank you!
Hi @Cuong Su,
You can try following ways:
Hope this helps!
Regards,
It's work now, appreciate for your help
Hello Cuong Su,
Your objective is, when you open the program, the 3 labels are all in 1 line instead of 3? And the first example you showed you used text boxes?
The red one are text boxes and the purple are labels.
If yes, you need to adjust the labels size.
->
If not, explain how.
Best regards,
Alexandre
Did you try using OutSystems UI adaptive columns? You can find the samples for all of them below - https://outsystemsui.outsystems.com/OutSystemsUIWebsite/PatternsOverview
If it still doesn't works then try grouping all three into one container and then placing them inside Align-Center widget of OutSystems UI.
Let us know how it goes for you.
Thanks
Rahul Yadav
Hello @Cuong Su ,
I have tried with Outsystems adaptive column 3, this is gonna work for you as well. I am attaching the screenshot for your reference.
I used Adaptive\Columns3 and put blocks inside columns. It will work for you.
Hi,
Enclose all 3 labels in a container and apply classes - (display-flex align-items-center).
this will solve your issue.
hope it helps.
Thanks.