I have a definition list and wish the definition to be placed on the same line as the term (see attached example). I tried floating them, which works in browsers; but in Prince the definitions get further and further indented (if I float the dd; if I display:inline it then it shows up in the wrong line).
When I then add column-count:2 it flows over the content that follows after the list (which it probably isn't supposed to do). (The browsers tend to more or less ignore column-count, so the behaviour cannot be compared.)
When I then add column-count:2 it flows over the content that follows after the list (which it probably isn't supposed to do). (The browsers tend to more or less ignore column-count, so the behaviour cannot be compared.)