print: Try to keep message headers with messages.

This avoids making "orphans" out of message headers when printing
interleaved views on supporting browsers.
This commit is contained in:
Karl Stolley 2023-08-03 15:56:19 -05:00 committed by Tim Abbott
parent 7012fd5b78
commit 399092543c
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@
visibility: hidden;
}
/* Try to keep the message header with the messages
that follow in interleaved views. */
.message_header_stream {
break-after: avoid;
}
/* Don't highlight the selected message. */
.selected_message .messagebox-content {
outline: 0;