Merge pull request #3811 from tgxworld/fix_related_links_taking_up_full_width

UX: Fix links in gutter taking up full width.
This commit is contained in:
Régis Hanol 2015-09-24 20:32:11 +02:00
commit 7e583a65a8
1 changed files with 2 additions and 2 deletions

View File

@ -651,13 +651,13 @@ blockquote {
.reply-new {
padding-left: 27px;
display:block;
display: inline-block;
overflow:hidden;
}
.track-link {
padding-left: 10px;
display: block;
display: inline-block;
overflow: hidden;
}