populationgenomics / metamist

Sample level metadata system
MIT License
1 stars 1 forks source link

Update css for project grid table layout #865

Closed EddieLF closed 2 months ago

EddieLF commented 2 months ago

In the project insights PR #533 a piece of css was added which impacted semantic-ui Table components. The css set table-layout: fixed, meaning all Table columns are rendered to fit on the users screen, compressing all the data cells too.

This fix sets the layout to auto, allowing the columns to relax and use the width they need so the grid can actually be read.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.49%. Comparing base (984609e) to head (b931c00).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #865 +/- ## ======================================= Coverage 80.49% 80.49% ======================================= Files 172 172 Lines 14538 14538 ======================================= Hits 11702 11702 Misses 2836 2836 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.