Thread: L/R Margins
View Single Post
Old 05-06-2024, 02:59 PM   #6
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,287
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
There's an styletweak *almost* for that in "style tweaks -> pages and margins -> horizontal margins -> ignore horizontal paragraph margins"

which is just

Code:
p, li { 
  margin-left: 0 !important;
  margin-right: 0 !important;
}
It should behave properly unless the rest of the book is coded by monkeys


As mergen3107 said you could also write your own styletweak.
pazos is offline   Reply With Quote