Justify text not working in edit mode on iOS

Hi all,

I am using this css as a snippet:

/* reading mode */
.markdown-preview-view p {
text-align:justify;
}

/* source view and live preview */
.markdown-source-view.mod-cm6 .cm-line {
text-align:justify;
}

The problem I could not solve is, that on my iPad my text is not being justified in edit mode. The strange thing is, if I use the exact same snippet with ,left‘ as value instead of ,justify‘ it even affects the edit mode on the iPad. Has anyone an idea what could be the problem?

I am using the Minimal theme with custom snippets. Thanks to all! :slight_smile:

If you manage to work it out, let me know.

Cheers

Thanks for your fast reply, unfortunately it does not work for me…

I will!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.