When no custom CSS is provided, the cells in the grid should be displayed with smaller font size and without margin under the tile, eg something like this:
.searchgrid .search-ui .searchgrid-grid .searchgrid-grid-cell h1 {
font-size: 18px;
margin-top: 0;
margin-bottom: 0;
}
|