mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix console errors
This commit is contained in:
parent
112f8627b5
commit
5f61a431de
4 changed files with 43 additions and 8 deletions
|
@ -20,8 +20,14 @@ const MarkdownBox: FC<MarkdownBoxProps> = ({
|
|||
undefined
|
||||
}
|
||||
sx={{
|
||||
'> :first-child': { marginTop: 0, paddingTop: 0 },
|
||||
'> :last-child': { marginBottom: 0, paddingBottom: 0 }
|
||||
'> :first-child /* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */': {
|
||||
marginTop: 0,
|
||||
paddingTop: 0
|
||||
},
|
||||
'> :last-child': {
|
||||
marginBottom: 0,
|
||||
paddingBottom: 0
|
||||
}
|
||||
}}
|
||||
>
|
||||
{markdown ? undefined : fallback}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue