Fix default font size for text
This commit is contained in:
committed by
Rostislav Wolný
parent
bb38000845
commit
fcb41a3a9b
@@ -61,6 +61,7 @@ class Renderer {
|
||||
'padding-bottom' => $emailStyles['spacing']['padding']['bottom'] ?? '0px',
|
||||
'font-family' => $emailStyles['typography']['fontFamily'] ?? 'inherit',
|
||||
'line-height' => $emailStyles['typography']['lineHeight'] ?? '1.5',
|
||||
'font-size' => $emailStyles['typography']['fontSize'] ?? 'inherit',
|
||||
],
|
||||
'body, .email_layout_wrapper'
|
||||
);
|
||||
|
Reference in New Issue
Block a user