epub formatting looks correct on MacOS, but wrong on iOS
The last post I found on this topic was two years old, and dealing with a slightly different issue.
I'm producing a .epub file, and working with the CSS to get optimum formatting. One of my styles specifies
text-align: left;
in contrast to the body text standard of
text-align: justify;
The affected text shows up formatted properly when viewed on Books in MacOS, but shows up as justified text when viewed on Books on the iPad. (It also shows up properly when viewed on the Kindle Previewer.)
Is this a bug, or is there some special code needed to correct the display issue?