UX: Topic link should not take full width.

This commit is contained in:
Guo Xiang Tan 2015-09-25 08:32:49 +08:00
parent 8da8999aa1
commit f7ae9a8187

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;