Setting a property of type "URL" to be visible in a Gallery View causes layout issues
Create a Gallery view where some cards have a property of type "URL". Set this property to be visible on the individual cards. Just like this example page I made: https://www.notion.so/cc0textures/79385cd91fd74099bfbd06b283ff8901?v=d78006c6fe794ac39329355654ae457b
Expected result:
All cards are displayed properly. Page 1 and 5 have a visible and clickable URL.
Result after downloading with Loconotion:
The cards for pages 1 and 5 are severely distorted and overlap with the cards below them.
The problem does not occur after downloading with Loconotion without setting the URL to be visible:

Thanks for this - as a note, I did some test and seems this issue comes from exporting Notion's html rather then loconotion breaking something, as dumping the page's html from the scraper without running any other function / processing results in the same broken layout. I even get the same results when using Save page as... from Chrome. Need to figure out why this particular combo causes this.