-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests for text alignment #49
Comments
Placing it to the left is probably best, yes. |
To the left is fine, yes. |
I should note that the current implementation does it exactly the other way around. |
For NLB it's not importent to change it |
My example reflects the default behaviour of our current formatter at SBS, but it doesn't bother if it's the other way round. |
This behavior (slightly to the left) sounds OK to me. |
Oh and in addition: it’s not important enough to change/fix. Yep I’m catching up slowly. ☺ |
I agree that it's not that important. |
@snaekobbi/experts If text is to be centered and the difference between the width of a line of text and the full block width is an odd number, there are two options for positioning the line of text. Either somewhat more to the left or somewhat more to the right. In this example from Mischa for white space handling, you can see that the text on the third row is positioned somewhat more to the left. Is this the preferred behavior for everyone?
The text was updated successfully, but these errors were encountered: