Skip to content

[BUG] Flexbox related features not working #112

@PrinoyDcosta

Description

@PrinoyDcosta

I tried rendering this ->

<div style={{ display: 'flex', justifyContent: 'center', width: '100%' }}>
      <h1 style={{ color: 'red' }}>asd</h1>
</div>

HTML markup ->

<div style="display:flex;justify-content:center;width:100%"><h1 style="color:red">asd</h1></div>

and this is what I got ->

Image

It seems like flex box isnt working as text-align works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions