Hello there,
I am using Sygil 0.7.1 and have coded the following
<p class="myclass"> text</p>
<p class="myclass"> moretext</p>
<p class="myclass"> text</p>
and the related CSS reads
.myclass
{
text-align:right;
font-size:100%;
text-indent: 2.5%;
margin-top: 1%;
margin-left: 5%;
font-weight: normal;
margin-right: 5%;
margin-bottom: 1%;
}
This is the problem

ther e-readers correctly display the text as intended, whereas Sygil's Book View display many extra spaces between the lines, thus becoming useless for preview purposes. All the other properties are respected.
Maybe there's something I need to know about Sygil's behavior on Book View mode? What am I doing wrong?