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

Using the TextAlign.justify style causes a misalignment of the <a> nodes. #380

Closed
luislocio opened this issue Aug 12, 2020 · 2 comments
Closed

Comments

@luislocio
Copy link

luislocio commented Aug 12, 2020

<p>Há cinco tipos de acesso à internet banda larga fixa: via fibra óptica, por cabo coaxial, por cabos metálicos, por sinal de rádio e por satélite. E todos os 5.570 municípios existentes no Brasil já são atendidos por alguma das tecnologias de acesso à banda larga, conforme a<a href="https://www.anatel.gov.br/dados/mapeamento-de-redes"> Anatel</a>. Destes, 98,8% (5.502) já possuem acesso via fibra óptica, segundo dados de fevereiro, revelando que a fibra chegou em definitivo aos consumidores finais brasileiros. Completando essa realidade, o país possui 32,6 milhões de acessos à banda larga, e 10,7 milhões deles são por fibra.</p>

Html(
    data: widget.highlight.content,
    style: {
        'p': Style(
            textAlign: TextAlign.justify,
        ),
    },
)

Screenshot_1

@GarbeClara
Copy link

Is there a fix for this ? I'm having the same issue.

@erickok
Copy link
Collaborator

erickok commented Feb 8, 2021

Fixed in #499

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants