jakarta.ee
jakarta.ee copied to clipboard
Resources tiles have minor clipping after page load occasionally
When loading the resources overview page, the tiles with dynamic content get cut off for some tiles with more than 2 standard lines of content. This is infrequent as it seems to be a race condition when the tiles get loaded after the document ready
event. Adding a call to the equal heights to recalculate container heights after all tiles are loaded should resolve the issue.