page-break-inside doesn't work in Chrome?

前端 未结 11 1406
夕颜
夕颜 2020-12-05 17:32

I have a bunch of paragraphs on a page:

...

...

...

The CSS rule for those p

11条回答
  •  自闭症患者
    2020-12-05 17:57

    For Bootstrappers, be aware that page-break-inside or others may not (highly) work under container or row or other classes of bootstrap even if you change manually the position property. When I exclude container and row, it worked like a charm!

提交回复
热议问题