View Single Post
Old 11-02-2020, 12:23 PM   #3
vFbjgBDhV
Member
vFbjgBDhV began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Nov 2020
Device: none
Well, I've the following lines in my CSS

Code:
body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
but the text in the editor file preview and in the Calibre previewer isn't changed wether I add the aforementioned lines or do not add them.

Is it normal?
vFbjgBDhV is offline   Reply With Quote