Fixed description display again
This commit is contained in:
@@ -462,10 +462,11 @@ const RSVPForm: React.FC = () => {
|
||||
pl: 2,
|
||||
color: 'text.secondary',
|
||||
fontSize: '0.875rem',
|
||||
'& p': { marginBottom: 1 },
|
||||
'& ul, & ol': { marginLeft: 2, marginBottom: 1 },
|
||||
'& li': { marginBottom: 0.5 },
|
||||
'& h1, & h2, & h3': { marginTop: 2, marginBottom: 1 },
|
||||
'& p': { margin: 0 },
|
||||
'& p + p': { marginTop: '1em' },
|
||||
'& ul, & ol': { marginLeft: 2, marginTop: '1em', marginBottom: '1em' },
|
||||
'& li': { marginBottom: 0 },
|
||||
'& h1, & h2, & h3': { marginTop: '1em', marginBottom: '0.5em' },
|
||||
'& a': { color: 'primary.main' },
|
||||
}}
|
||||
dangerouslySetInnerHTML={{ __html: event.description }}
|
||||
|
||||
Reference in New Issue
Block a user