Bug 1551578 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Only valid if not a block container element or doesn't clip content:

```js
[
  "text-overflow",
]
```

`[This property] doesn't have an effect because the element is not a block level element or overflow:hidden is set. Try adding a property like display:block or overflow:auto.`

Back to Bug 1551578 Comment 0