dendron icon indicating copy to clipboard operation
dendron copied to clipboard

fix(publish): restores inconsistent layout on mobile

Open namjul opened this issue 3 years ago • 0 comments

Background

This has been adressed in https://github.com/dendronhq/dendron/pull/3272. It came up again https://github.com/dendronhq/dendron/issues/2175#issuecomment-1204441903.

[[Inconsistent Layout of Mobile View|dendron://private/task.2022.07.17.inconsistent-layout-of-mobile-view]]

Solution

  • dc4f42c (#3346) makes sure the layout does not can expand beyond its intentional space. Any element that expands beyond it should now become salient. e.g. here it becomes clear that the table is causing a wider expanding whereby the content stays.
    • a solution would be to not let tables overflow
    • @kevinslin can you point to a good place to wrap tables, I am guess somewhere in our markdown parsing logic.

namjul avatar Aug 04 '22 14:08 namjul