zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
3 stars 6 forks source link

InfoPanel first column width too small #706

Closed moonayyur closed 3 months ago

moonayyur commented 3 months ago

Since the first column of InfoPanel only takes 30% of the width in the new design :

'td:first-child': {
  width: '30%',
},

It's not responsive with bigger texts

image

see : https://github.com/zakodium-oss/pixelium/pull/93

stropitek commented 3 months ago

I'm assigning this to Wadjih since he worked on this in the first place