Merge pull request #3813 from tgxworld/fix_link
UX: Topic link should not take full width.
This commit is contained in:
commit
855370b242
|
@ -520,7 +520,7 @@ video {
|
|||
|
||||
.topic-link {
|
||||
color: $header_primary;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in New Issue