mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Merge pull request #3813 from tgxworld/fix_link
UX: Topic link should not take full width.
This commit is contained in:
commit
855370b242
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ video {
|
|||
|
||||
.topic-link {
|
||||
color: $header_primary;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Add table
Reference in a new issue