pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Fix html repr indexes section #9768

Closed benbovy closed 1 week ago

benbovy commented 1 week ago

The changes introduced in #9412 caused display issues in the "Indexes" section (+ lots of vertical space between the main repr sections). This PR should fix that (in a kind of hacky way).

@srijan55 hopefully this doesn't break accessibility.

Main branch:

Screenshot 2024-11-12 at 13 46 16

This PR:

Screenshot 2024-11-12 at 13 40 43
max-sixty commented 1 week ago

Nice, thanks @benbovy !

srijan55 commented 1 week ago

Thanks for the fix.