For various reasons, I have a nested ol inside of a div, where the contents of the list exceeds the size of the container.
ol
div
Because the containe
Just use display: inline-block. You can read more in the W3C specs.
display: inline-block
Replace width:100% with display:inline-block in those two element styles.
width:100%
display:inline-block