Skip to content

TextAlign property doesn't work on single-line blocks #13

@Athari

Description

@Athari

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions