Prevent messages from setting a broken body height. Fixes Bug 750075.

* ui/conversation-web-view.css: Require body height to remain set to
  CSS's default value.
This commit is contained in:
Michael James Gratton 2017-02-08 00:30:48 +11:00
parent d6ed3e3877
commit fdde9b15a1

View file

@ -33,6 +33,9 @@ body {
/* XXX for plain text only? */
overflow-wrap: break-word !important;
/* Fix messages with broken body style. See Bug 750075. */
height: auto !important;
}
table {