mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 17:10:54 -04:00
Merge pull request #3814 from discourse/revert-3813-fix_link
Revert "UX: Topic link should not take full width."
This commit is contained in:
commit
5a297fe31c
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ video {
|
||||||
|
|
||||||
.topic-link {
|
.topic-link {
|
||||||
color: $header_primary;
|
color: $header_primary;
|
||||||
display: inline-block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in a new issue