fix(prose): left align th

This commit is contained in:
kolaente 2024-06-28 20:26:32 +02:00
parent eb7f4ef4e0
commit 15829414e0
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -39,6 +39,9 @@ export default {
'code::after': {
content: 'normal',
},
th: {
textAlign: 'left',
},
},
},
}),