提交 d704f8f8 编写于 作者: Y Yves Senn

mailer previews, make sure labels and values line up.

While this was true before when every `dd` had a value,
this patch makes sure that everything keeps lining up even
when the `dd` node is blank.
上级 6ccf3bfa
* Make sure labels and values line up in mailer previews.
*Yves Senn*
* Add `assert_enqueued_emails` and `assert_no_enqueued_emails`. * Add `assert_enqueued_emails` and `assert_no_enqueued_emails`.
Example: Example:
......
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
padding: 1px; padding: 1px;
} }
dd:empty:before {
content: "\00a0"; //  
}
iframe { iframe {
border: 0; border: 0;
width: 100%; width: 100%;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册