提交 b1b9651c 编写于 作者: J Jeremy Kemper

Merge pull request #16855 from slavingia/patch-1

Removed any default margin from mail preview body.
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
<html><head> <html><head>
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<style type="text/css"> <style type="text/css">
body {
margin: 0;
}
header { header {
width: 100%; width: 100%;
padding: 10px 0 0 0; padding: 10px 0 0 0;
...@@ -95,4 +99,4 @@ ...@@ -95,4 +99,4 @@
<iframe seamless name="messageBody" src="?part=<%= Rack::Utils.escape(@part.mime_type) %>"></iframe> <iframe seamless name="messageBody" src="?part=<%= Rack::Utils.escape(@part.mime_type) %>"></iframe>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册