mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 14:35:28 +00:00
(css) Constrain absolute elements in HTML parts
This commit is contained in:
@@ -252,11 +252,16 @@ md-sidenav {
|
||||
}
|
||||
}
|
||||
|
||||
// Force wrapping of pre elements in HTML content
|
||||
.mailer_htmlcontent pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
tab-size: 4;
|
||||
.mailer_htmlcontent {
|
||||
// Constrain absolute-positioned child elements to this element
|
||||
position: relative;
|
||||
|
||||
// Force wrapping of pre elements in HTML content
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
tab-size: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-mail-editor {
|
||||
|
||||
Reference in New Issue
Block a user