Quote:
Originally Posted by RbnJrg
apparently they have a similar appearance. BUT the solution with "display: inline-block" keeps the blocks together (they have the "page-break-inside: avoid" property implicit), and that doesn't happen when the blocks are floating.
|
THIS is the explanation I was looking for. Thank you for articulating it so clearly!
Does this mean that two adjacent "inline-block" <p> elements will also want to run together?