Description
This issue is because of the CSS rule written for <hr> in this commit.
.bloghr { border: 0.1em solid #999999; color: white; background: #1C334D; padding: 4px; height: 13px; }
Increasing height property in the above rule will fix the UI of the blog header on all blog related screens.