You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I edit a md text that is wider than the editor window, then this text is not shown/cut off in the preview.
Also when I have a md text that is very long than it takes up the whole page.
Current:
I propose to make the following changes to martor.bootstrap.min.css:
When I edit a md text that is wider than the editor window, then this text is not shown/cut off in the preview.
Also when I have a md text that is very long than it takes up the whole page.
Current:
I propose to make the following changes to
martor.bootstrap.min.css
:This does the following:
max-height: 50vh
limit the preview height to 50vh (to avoid occupying the whole page - one can still use the full screen mode if neededoverflow: scroll
andoverflow: hidden
make the preview scrollable if it is too longwidth: 100%
: let martor occupy the whole column instead of floating in the middleProposed solution:
The text was updated successfully, but these errors were encountered: