Bug 1722331 Comment 9 Edit History

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

Hmm, doing some testing, you might need to change the `display` to `inline` for the `description` elements, because the `overflow` causes the long notes to be cropped vertically (some xul `-moz-box` effect). And you might want to set the `max-width` of the columns, or you could use a `flex` display if you want something more fancy.
Hmm, doing some testing, you might need to change the `display` to `inline` for the `description` elements, because the `overflow: hidden` causes the long notes to be cropped vertically (some xul `-moz-box` effect). And you might want to set the `max-width` of the columns, or you could use a `flex` display if you want something more fancy.

Back to Bug 1722331 Comment 9