Skip to content

Formatting issues during Table creation #1509

@grahulvg

Description

@grahulvg

Describe the bug
There is a formatting issue in table cells due to global css styles. This causes the table creation menu items to be misaigned

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

To Reproduce
Add the above global css style to code and open table creation menu

Expected behavior
Properly formatted table cells

Screenshots

table

Device Information
All devices/browsers

Additional context
NA

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions