forked from CGM_Public/pretix_original
Voucher bulk creation: Add markdown preview for email field (#3143)
This commit is contained in:
@@ -181,7 +181,7 @@ div.mail-preview {
|
||||
border-top-width: 0;
|
||||
margin-bottom: 0;
|
||||
padding-right: 15px;
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 8px;
|
||||
|
||||
&:first-child {
|
||||
@include border-top-radius($input-border-radius);
|
||||
@@ -217,6 +217,12 @@ div.mail-preview {
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* Reset styling from bootstrap that we don't actually have in emails */
|
||||
pre {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.search-line {
|
||||
|
||||
Reference in New Issue
Block a user