I couldn't reproduce your issue. After using your styles, in Kindle Previewer (and selecting Kindle or Kindle for iPad as device), I can't see any indent by using the class "maintextspace noindent".
However, try using the property "!important" to see if with that your problem is fixed. Try using:
p.noindent {text-indent: 0 !important;}
But I repeat you, with Kindle Prewiever, all works fine for me.
|