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

Device Information
All devices/browsers
Additional context
NA