Merge pull request #3813 from tgxworld/fix_link

UX: Topic link should not take full width.
This commit is contained in:
Sam 2015-09-25 13:37:02 +10:00
commit 855370b242
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ video {
.topic-link {
color: $header_primary;
display: block;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;