geary/test/engine/rfc822
Michael Gratton ec3057daf7 ConversationWebView: Fix plain text emails sometimes being too wide
Using `whitespace: pre-wrap` to format plain text email sometimes
causes additional width to be allocated by the plain text blocks that
then does not get used due to the constraints on the HTML element.
The allocated space remains however and hence an un-needed horizontal
scrollbar appears.

Using `break-spaces` instead seems to help since it allows breaks after
a space character, leading to the additional space not otherwise being
allocated.
2020-10-17 15:08:10 +11:00
..
rfc822-mailbox-address-test.vala Geary.RFC822.MailboxAddress: Handle empty mailbox and domain parts better 2020-08-18 16:14:37 +10:00
rfc822-mailbox-addresses-test.vala Geary.RFC822.MailboxAddresses: Update append methods 2020-08-18 16:32:26 +10:00
rfc822-message-data-test.vala Geary.RFC822.MessageID: Replace GMime parser with more lax parser 2020-08-22 16:23:07 +10:00
rfc822-message-test.vala ConversationWebView: Fix plain text emails sometimes being too wide 2020-10-17 15:08:10 +11:00
rfc822-part-test.vala Update existing tests to work with ValaUnit 2020-06-30 17:31:07 +10:00
rfc822-utils-test.vala Geary.RFC822Error: Rename so it's actually in the RFC822 namespace 2020-05-06 14:58:56 +10:00