The left panel width needs to be increased slightly to prevent the horizontal scroll bar from appearing. (We could disable horizontal scrolling, but I don't think that's the right approach because in the future we may have longer titles of examples)
I believe this is an artifact of the margins in the CSS. Putting overflow: hidden on .Sidebar does make it go away, though it would need adjusting if we ever wanted longer titles
The left panel width needs to be increased slightly to prevent the horizontal scroll bar from appearing. (We could disable horizontal scrolling, but I don't think that's the right approach because in the future we may have longer titles of examples)