forked from vikunja/website
fix(prose): left align th
This commit is contained in:
parent
eb7f4ef4e0
commit
15829414e0
@ -39,6 +39,9 @@ export default {
|
||||
'code::after': {
|
||||
content: 'normal',
|
||||
},
|
||||
th: {
|
||||
textAlign: 'left',
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user