asg017 / dataflow

An experimental self-hosted Observable notebook editor, with support for FileAttachments, Secrets, custom standard libraries, and more!
https://alexgarcia.xyz/dataflow/
MIT License
402 stars 24 forks source link

Improper cells margin collapsing #29

Open mfila opened 3 years ago

mfila commented 3 years ago

Hello,

overflow: auto CSS declaration for .observablehq selector in dataflow index.html prevents proper cells margin collapsing. So, for example, if you create multiple consecutive md cells, each containing a couple of paragraphs, the gap between these cells will be much bigger than the one between internal paragraphs, and the resulting formatting will feel unnatural.

Removing the above declaration seems to solve the problem. at least for the notebooks I'm experimenting with.