# 帖子中最左侧的字母被截断

**URL:** https://meta.discourse.org/t/letters-getting-cut-off-to-the-leftmost-in-posts/81681
**Category:** UX
**Created:** [2018 年2 月 27 日 17:30 UTC](https://meta.discourse.org/t/letters-getting-cut-off-to-the-leftmost-in-posts/81681 "2018-02-27T17:30:25Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2018 年6 月 6 日 18:08 UTC](https://meta.discourse.org/t/letters-getting-cut-off-to-the-leftmost-in-posts/81681/8 "2018-06-06T18:08:41Z")

</div>

> [@Kumirei](#):
>
> Notice that the left leg of the first A is not _quite_ as thick at the bottom as the left leg of the second? I won’t blame you if you don’t. Here’s a closeup (images captured on the forum of which I am a member):
> 
> ![image](https://global.discourse-cdn.com/meta/original/3X/4/f/4f86b946944119a46d98b7012416a341fabcea02.png) ![image](https://global.discourse-cdn.com/meta/original/3X/4/f/4f86b946944119a46d98b7012416a341fabcea02.png)

Small update on this, I tested it out a little bit more (in Chrome on Windows 10) and it’s definitely an issue that’s more pronounced on Windows specifically… and if you change the width of your browser window sometimes it happens, sometimes it doesn’t. I don’t really see it on my screen in OSX.

Seems like that would have something to do with subpixel rendering… I think the only way to solve that would be to add a small amount of padding to the left side of `.cooked` or remove the `overflow: hidden` (it’s there to protect content like images in deeply nested lists from overflowing the post container, but we might be able to apply it only to the nested containers?)

> [@Kumirei](#):
>
> Sorry to bump this topic, but I found an example which makes it much clearer what is happening
> 
> `*j j*` becomes  
> _j j_

This issue is a _little_ different. When a font is italicized, it overflows outside of its reserved space (and also its parent div) - so it’s getting cut off by our same `overflow: hidden` rule.

---

_[View the full topic](https://meta.discourse.org/t/letters-getting-cut-off-to-the-leftmost-in-posts/81681)._
