When searching for “gitoxide rust,” you get links to comments on Hacker News and Reddit. The problem is that the icons next to the text don't line up as they should.
The icons should be vertically aligned with the text. Example:
I used the following CSS, but I don't know whether this is the best way to achieve these results:
.result-comments .comment {
display: inline;
}
.result-comments .comment i {
vertical-align: text-bottom;
}