Skip to content

Fix the calculation of max number of results in the grid search

This MR fixes:

  • The calculation of the maximum number of results for the GridSearchResults for screens bigger than the max width of #searchResultsBin (1000px).
  • The maximium number of results for the GridSearchResults for the first search after initializing a new search.
  • An unnecessary horizontal padding of 88px being applied to search results if the screen is smaller than the max width of #searchResultsBin (1000px).
Edited by Jonas Dreßler

Merge request reports