Hi all,
My chapter titles are getting cutoff horizontally. I am using a Kindle Fire HD 8 to read.
I use the code below
Code:
<h1 class="underline"><span>lorem ipsum</span></h1>
h1.underline { padding-right:20px; border-bottom:1px solid white; position:relative; }
h1.underline span { display:block; border-bottom:1px solid white; position:absolute; bottom:-1px }