CCP-WSI / research-software-directory

The Research Software Directory is a content management system that is tailored to software.
Apache License 2.0
0 stars 1 forks source link

Increase spacing between related test cases #95

Closed glpoulter closed 2 years ago

glpoulter commented 2 years ago

The ccp-wsi project has 4 related test cases and because the first 2 have images with an unhelpful ratio (I think) there ends up being not enough space between the first row of related test cases and the second row. This is for a "normal" sized monitor screen where there are 2 items per row.

Increasing the space between these would be good although not many projects will have more than 2 related test cases.

We also don't want the space automatically increased underneath the bottom row of test cases.

glpoulter commented 2 years ago

To do this properly we'd need to ensure it's responsive i.e. on a smaller screen it's only the last related test case that we don't want the extra spacing, not the last 2 like on a full sized monitor.

However, in the short term, given it's unlikely to affect many projects I think it will be ok if it's coded such that there isn't extra space underneath the last 2 items regardless of screen size