18
Views
4
Comments
Solved
Separate 2 text in outsystems

Hi All,

I am using 2 texts, and I've placed each text inside its own container. I want one text to align left, and the other text to align right. However, when I select one text, the other text is also being modified. May I ask how to separate the two texts?


UserImage.jpg
Neha Singhal
Solution

Hi Cuong Su

You can try this solution for this, you have enclosed each text in separate container so you can provide a class "text-align-left" on the first container and "text-align-right" on the second container. 

Also please check if there is any style applied to the container residing these two containers.

UserImage.jpg
Cuong Su

Thank you, Appreciate your solution 

2023-01-26 16-03-24
Ana Agostinho

Hello Cuong Su, 

May I suggest you put two columns inside of the container that has 2 containers (the ones you want to align to the left and to the right? 

After that, put on the "Style Class" of the first container "text-align-left" and "text-align-right" on the other one. Check if you have any css inline from your tests associated with the containers and text expression. Compile and check if this solves your issue. 

Best regards, 

Ana

UserImage.jpg
Cuong Su

Thank you, Appreciate your help

UserImage.jpg
Neha Singhal
Solution

Hi Cuong Su

You can try this solution for this, you have enclosed each text in separate container so you can provide a class "text-align-left" on the first container and "text-align-right" on the second container. 

Also please check if there is any style applied to the container residing these two containers.

UserImage.jpg
Cuong Su

Thank you, Appreciate your solution 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.