View Single Post
Old 11-02-2020, 09:00 PM   #7
Uncle Robin
Diligent dilettante
Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.
 
Uncle Robin's Avatar
 
Posts: 3,661
Karma: 52758936
Join Date: Sep 2019
Location: in my mind
Device: Kobo Sage; Kobo Libra Colour
Quote:
Originally Posted by gbm View Post
For line-height you will need to add !important to the style.
(This is because many css selectors in ebooks have their own line height.)

Code:
body {line-height:1.15 !important}
https://www.geeksforgeeks.org/how-to...ortant-in-css/


bernie
At least for the book I'm currently reading, I did not need "!important", adding "line-height" worked just fine, unlike the "line-spacing" in the linked thread. But I might add it to override for next time and beyond, thanks
Uncle Robin is offline   Reply With Quote