Skip to content

[BUG] Flexbox related features not working #112

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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