How to prevent column break within an element?

后端 未结 18 2502
刺人心
刺人心 2020-11-22 16:09

Consider the following HTML:

  • Number one
  • Number two
  • &
18条回答
  •  余生分开走
    2020-11-22 16:27

    Firefox now supports this:

    page-break-inside: avoid;
    

    This solves the problem of elements breaking across columns.

提交回复
热议问题