Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Text not wrapping in message pane (rel 128)

  • 4 відповіді
  • 0 мають цю проблему
  • 6 переглядів
  • Остання відповідь від Andrew Beale

more options

Many messages I receive do not wrap in either the message pane, or when opening the full message viewer (into it's own tab). See the images attached.

I've tried the following approaches (very old thread though): https://superuser.com/questions/702484/can-thunderbird-wrap-long-lines-of-received-html-mails

i.e. creating a 'chrome' folder under my profile, and a userContent.css file under that, trying several of the suggestions for content of that file. None seem to make any difference.

The example message pics here are sent from gmail.

Thanks in advance!

Many messages I receive do not wrap in either the message pane, or when opening the full message viewer (into it's own tab). See the images attached. I've tried the following approaches (very old thread though): https://superuser.com/questions/702484/can-thunderbird-wrap-long-lines-of-received-html-mails i.e. creating a 'chrome' folder under my profile, and a userContent.css file under that, trying several of the suggestions for content of that file. None seem to make any difference. The example message pics here are sent from gmail. Thanks in advance!
Прикріплені знімки екрана

Обране рішення

This one helped:

/* Avoid annoyingly long lines */ body {

   max-width: 100%;

} pre {

   max-width: 100%;
   white-space: pre-wrap;       /* CSS 3 */

}

But also, I found there was an issue with some of the HTML being sent - specifically from my work's internal helpdesk system and once we'd addressed that formatting now they all wrap correctly.

Читати цю відповідь у контексті 👍 1

Усі відповіді (4)

more options

Since I haven't received any messages that don't wrap, I can't test the css in the cited link, but did you double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, and restart TB?

Корисно?

more options

Thanks for that, it partially solves the issue, now: - The messages are wrapping when opened into their own tabs. - The message pane for the same messages are still not wrapping.

As I noted, that css mod was from a very old post - is there a more up to date way of managing wrapping of all types of messages.

I do receive some emails that do wrap (in both the message pane and the message vewing tabs), just not all messages do.

Корисно?

more options

I'm not aware of a css that works for all non-wrapped messages. Do the messages that don't wrap in the Message Pane look different if View/Message Body As is Plain Text?

Perhaps you could point out which css samples from the superuser page work best, as there are a few.

Корисно?

more options

Вибране рішення

This one helped:

/* Avoid annoyingly long lines */ body {

   max-width: 100%;

} pre {

   max-width: 100%;
   white-space: pre-wrap;       /* CSS 3 */

}

But also, I found there was an issue with some of the HTML being sent - specifically from my work's internal helpdesk system and once we'd addressed that formatting now they all wrap correctly.

Корисно?

Запитати

Щоб відповідати на повідомлення, ви повинні ввійти у свій обліковий запис. Поставте нове питання, якщо ви ще не маєте облікового запису.