kjk / notionapi

Unofficial Go API for Notion.so
https://blog.kowalczyk.info/article/c9df78cbeaae4e0cb2848c9964bcfc94/using-notion-api-go-client.html
BSD 2-Clause "Simplified" License
1.82k stars 86 forks source link

Maintain height of empty rows #19

Closed shedokan closed 5 years ago

shedokan commented 5 years ago

The rows are empty of content, but they are still a page and thus deserve some room :)

Notion:

צילום מסך 2019-10-26 ב-12 04 24

HTML Before:

צילום מסך 2019-10-26 ב-12 05 05

HTML After:

צילום מסך 2019-10-26 ב-12 07 02
kjk commented 5 years ago

maybe a better approach would be to set min-height to 1em or sth like that but this is fine too