forked from CGM_Public/pretix_original
Email renderers: Unify some CSS details
This commit is contained in:
@@ -91,12 +91,9 @@
|
|||||||
/* These are technically the same, but use both */
|
/* These are technically the same, but use both */
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
-ms-word-break: break-all;
|
-ms-word-break: break-all;
|
||||||
/* This is the dangerous one in WebKit, as it breaks things wherever */
|
|
||||||
word-break: break-all;
|
|
||||||
/* Instead use this non-standard one: */
|
|
||||||
word-break: break-word;
|
|
||||||
|
|
||||||
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
||||||
-ms-hyphens: auto;
|
-ms-hyphens: auto;
|
||||||
@@ -105,6 +102,11 @@
|
|||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p a {
|
||||||
|
word-wrap: anywhere;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -165,9 +167,6 @@
|
|||||||
color: {{ color }};
|
color: {{ color }};
|
||||||
}
|
}
|
||||||
|
|
||||||
.order {
|
|
||||||
border-top: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
.order-button {
|
.order-button {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -180,6 +179,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.order {
|
.order {
|
||||||
|
border-top: 1px solid #ccc;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user