/* Scope this to your content wrapper if you have one (e.g., .entry-content) */
.entry-content ul li p,
.entry-content ol li p {
  margin: 0;             /* kill the extra space */
  display: inline;       /* make it flow like normal list text */
}