8000 [BUG]Space in the first container is not displayed correctly · Issue #1251 · Sub6Resources/flutter_html · GitHub
[go: up one dir, main page]

Skip to content
[BUG]Space in the first container is not displayed correctly #1251
Closed
@lineageWU

Description

@lineageWU

Describe the bug:
[BUG]Space in the first container is not displayed correctly

HTML to reproduce the issue:

<p> test1</p><p> test2</p>

Html widget configuration:

Html(
  data: "<p> test1</p><p> test2</p>",
  style: {
    "p": Style(
      whiteSpace:WhiteSpace.PRE,
    ),
  }
)

Expected behavior:
image

Screenshots:
image
image
image

Device details and Flutter/Dart/flutter_html versions:
model:RedmiK30 Pro
flutter:3.3.10
flutter_html:3.0.0-alpha.5

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0