- Code: Select all
Servoy Version: 2022.3.1.3743
In NG, I used a styleclass called 'text-right'. This would position elements within a Bootstrap container/row/column to the right side (instead of the leftside, which is the default). 'align-right' most of the time never worked so this is what I went with instead.
NG text-right
NG Editor text-right
In Titanium, text-right doesn't work anymore. Also align-right but that didn't really work before anyways.
Titanium Editor text-right
This seems to correlate with my other problem I was having, where positioning doesn't seem local to containers anymore: https://forum.servoy.com/viewtopic.php?f=8&t=23544
So, there doesn't seem to be a way of aligning items within a Bootstrap container. Is this a bug, or is an alternative alignment method in the works?