xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.io
Apache License 2.0
1.06k stars 67 forks source link

BUG: fix font overflow in `tileabledetail.js` #725

Closed YELineee closed 9 months ago

YELineee commented 9 months ago

What do these changes do?

The purpose of this PR is to add the style={{ overflow: 'auto' }} to the TileableDetail component. This addition ensures that when content overflows, the table will display scrollbars, thus improving the user experience.

Related issue number

Fixes #xxxx

Check code requirements

ChengjieLi28 commented 9 months ago

Hi, @YELineee . Please use prettier to format your js code. You can open the Python CI/ lint link to check this.