[
https://issues.apache.org/jira/browse/FOP-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143505#comment-15143505
]
Andreas L. Delmelle commented on FOP-2574:
------------------------------------------
Seems like somehow, I cannot edit my own reply, so to amend my previous answer:
the nested fo:block-container is actually not even needed, and you can just do:
{code:language=xml}
<fo:block-container text-align="right" border-color="black"
border-style="solid" border-width="1pt" overflow="hidden" width="70px"
white-space="nowrap">
<fo:block>AAA</fo:block>
<fo:block text-align="left">Lorem ipsum oposum!</fo:block>
</fo:block-container>
{code}
> Right alignment doesn't work correctly
> --------------------------------------
>
> Key: FOP-2574
> URL: https://issues.apache.org/jira/browse/FOP-2574
> Project: FOP
> Issue Type: Bug
> Affects Versions: 2.0, 2.1
> Environment: Window 7 x64, Java build 1.8.0_72-b15
> Reporter: Đorđe Zeljić
>
> Simple .fo example at
> https://gist.github.com/zeljic/d83ecee965ce89b79c2e
> doesn't work the same in 1.1 and (2.0 or 2.1) versions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)