- Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
TextAlign=Right seems to be ignored if text is shorter than width available for containing block.
<Div TextAlign="Right"> <Span Text="Hello world!"> </Div>The workaround is to add Align=Right, but it shouldn't be this way. Block should always occupy all available width to make text alignment work in this case. Look like for some reason it doesn't.
Reactions are currently unavailable