trendmicro-frontend / react-table

React Table component
https://trendmicro-frontend.github.io/react-table
MIT License
24 stars 8 forks source link

Fix style issue #31

Closed tinaClin closed 4 years ago

tinaClin commented 4 years ago

Issue 1

Before

image

After

image

Issue 2

This issue occurred on Windows environment, but not on Mac. Root cause: There are default margins of Checkbox component, that cause abnormal UI. Solution: Remove the margins of Checkbox component from examples.

Before

image

After

image