# Wrong reply style for Group post page

**URL:** https://meta.discourse.org/t/wrong-reply-style-for-group-post-page/28343
**Category:** Bug
**Created:** [2015年五月5日 14:26 UTC](https://meta.discourse.org/t/wrong-reply-style-for-group-post-page/28343 "2015-05-05T14:26:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![fantasticfears](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fantasticfears/32/119608_2.png) [@fantasticfears](https://meta.discourse.org/u/fantasticfears)
#### Post date: [2015年五月5日 14:26 UTC](https://meta.discourse.org/t/wrong-reply-style-for-group-post-page/28343/1 "2015-05-05T14:26:04Z")

</div>

[https://meta.discourse.org/groups/discourse](https://meta.discourse.org/groups/discourse)

 ![](https://global.discourse-cdn.com/meta/original/3X/6/e/6e4b2a111c4ef7da22f3ef66c81f8279a1cb3e90.png) 

```
.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.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015年五月6日 01:46 UTC](https://meta.discourse.org/t/wrong-reply-style-for-group-post-page/28343/2 "2015-05-06T01:46:15Z")

</div>

Yeah that page needs some love in general.

---

<div class="post-metadata">

### Author: ![fantasticfears](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fantasticfears/32/119608_2.png) [@fantasticfears](https://meta.discourse.org/u/fantasticfears)
#### Post date: [2015年五月11日 02:08 UTC](https://meta.discourse.org/t/wrong-reply-style-for-group-post-page/28343/3 "2015-05-11T02:08:15Z")

</div>

Is this looks good?

 ![](https://global.discourse-cdn.com/meta/original/3X/d/d/dd35015702c7be6beeb10d45187437ebca7047ef.png)  
 ![](https://global.discourse-cdn.com/meta/original/3X/1/0/1039bd2f46c9df8923670809005c22239968a568.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015年十二月14日 02:34 UTC](https://meta.discourse.org/t/wrong-reply-style-for-group-post-page/28343/4 "2015-12-14T02:34:45Z")

</div>


