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:
parent
d6ed3e3877
commit
fdde9b15a1
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue