Wrong reply style for Group post page

https://meta.discourse.org/groups/discourse

.user-main .user-stream .title {
  display: block;
  font-size: 1em;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

max-width: 80%; is the problem.

2 Likes

Yeah that page needs some love in general.

Is this looks good?


1 Like