Merge pull request #3814 from discourse/revert-3813-fix_link

Revert "UX: Topic link should not take full width."
This commit is contained in:
Régis Hanol 2015-09-25 09:50:16 +02:00
commit 5a297fe31c
1 changed files with 1 additions and 1 deletions

View File

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