Looking at the following screenshot of this answer, you'll notice a slight difference in padding of inline code inside normal paragraphs and that of code inside of lists:

The same is true for inline code within comments appearing in my recent activity tab, e.g.

whereas in the original comment the padding looks correct:

Firebug said to me that there is a CSS rule for this:
.comment-text code {
padding: 1px 5px;
}
(as well as p code for normal paragraphs), but this isn't applied to inline code in lists, nor in the activity tab.
I can imagine that this is done to save space within lists and the recent activity tab, but at least it doesn't look consistent.