Make "align descendants" rule use parent's text-align.
a31461b
Flows never care about their own text-align, only the text-align of their parent; change the text-align flags to account for that. Make the "align descendants" rule use the flags instead of the current node's style. Fixes #7301.