Fix weird module card gap on firefox #42
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a fix to make thumbnails align correctly on firefox:
Before:
![Screenshot 2024-05-17 at 18-44-37 https __esciencecenter-digital-skills github io](https://private-user-images.githubusercontent.com/2650951/331673907-a5e556db-10a3-40f0-85e5-450a2457dff3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODkzMzksIm5iZiI6MTczOTQ4OTAzOSwicGF0aCI6Ii8yNjUwOTUxLzMzMTY3MzkwNy1hNWU1NTZkYi0xMGEzLTQwZjAtODVlNS00NTBhMjQ1N2RmZjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjMyMzU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGNmMGU5YjYxNzg2OGI3NmVhMmQ1YzNmYTAwZjc5MTJjZjU5YWQ4MzZlZmU3NDZkODdjOGEwNjM4MWYwYmI2NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.KzQ9_MW0MNet09dCOqt-RD--JCe0xbkxqBk29ir3RTQ)
After:
![Screenshot 2024-05-17 at 18-43-57 Screenshot](https://private-user-images.githubusercontent.com/2650951/331673864-5c386bda-a1f8-4286-8c31-457dc1b6bb7b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODkzMzksIm5iZiI6MTczOTQ4OTAzOSwicGF0aCI6Ii8yNjUwOTUxLzMzMTY3Mzg2NC01YzM4NmJkYS1hMWY4LTQyODYtOGMzMS00NTdkYzFiNmJiN2IucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjMyMzU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzQ0NjkyNGVmNGVjOGM0MTM2YTkzNzQ2NDEyM2NiMDA5NzkzODBmZDM0YTlhNjU5MTcwNDUwMDFjNzgyNzU5NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.lt1aj5o2aw2ir2jFdf1HifsL4-46I6Eyy-UUkOW_Jqs)
(Checked on Chromium after the fix and now both look the same)