flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[BUG] "textAlign: TextAlign.justify" not working

Open caoxingyu opened this issue 2 years ago • 1 comments

Describe the bug:

HTML to reproduce the issue:

Html widget configuration:

Expected behavior:

Screenshots:

Device details and Flutter/Dart/flutter_html versions:

Stacktrace/Logcat

Additional info:

A picture of a cute animal (not mandatory but encouraged)

caoxingyu avatar Sep 21 '23 06:09 caoxingyu

            ".wz p": Style(
            textAlign: TextAlign.justify
            ),

it's not working

caoxingyu avatar Sep 21 '23 06:09 caoxingyu