diff options
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/thread.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/hyperkitty/static/css/thread.css b/hyperkitty/static/css/thread.css index e600074..e86bba6 100644 --- a/hyperkitty/static/css/thread.css +++ b/hyperkitty/static/css/thread.css @@ -220,6 +220,14 @@ header .thread-newer { font-size: 90%; } +.first_email_body, .email_body { + white-space: pre; + display: inline-block; +} +.first_email_body { + width: 100%; + overflow: auto; +} .email_body{ -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; @@ -230,16 +238,9 @@ header .thread-newer { padding: 5px; min-height: 40px; background-color: rgb(255, 255, 255); - white-space: pre; - display: inline-block; width: 95%; } -.first_email_body { - white-space: pre; - display: inline-block; -} - .email_body a { float: right; |