Skip to content
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

Typography components should not default to text align left #2155

Closed
stsrki opened this issue Apr 3, 2021 · 0 comments
Closed

Typography components should not default to text align left #2155

stsrki opened this issue Apr 3, 2021 · 0 comments
Labels
Type: Bug 🐞 Something isn't working
Projects
Milestone

Comments

@stsrki
Copy link
Collaborator

stsrki commented Apr 3, 2021

This leads to

<p class="text-left">
 ...
</p>

which is wrong and it should be

<p>
 ...
</p>

To-do:

change private TextAlignment alignment = TextAlignment.Left; to private TextAlignment alignment = TextAlignment.None;

@stsrki stsrki added this to the 0.9.4 milestone Apr 3, 2021
@stsrki stsrki added this to 🔙 Backlog in Development via automation Apr 3, 2021
@stsrki stsrki removed this from 🔙 Backlog in Development Apr 7, 2021
@stsrki stsrki added this to 🔙 Backlog in Support via automation Apr 7, 2021
@stsrki stsrki modified the milestones: 0.9.4, 0.9.3 Apr 7, 2021
@stsrki stsrki closed this as completed Apr 7, 2021
Support automation moved this from 🔙 Backlog to ✔ Done Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Support
  
✔ Done
Development

No branches or pull requests

1 participant