We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d785eb8 + 015756c commit 04f51a2Copy full SHA for 04f51a2
1 file changed
packages/rubric/src/main.jsx
@@ -130,6 +130,14 @@ const styles = (theme) => ({
130
root: {
131
color: color.text(),
132
backgroundColor: color.background(),
133
+ // apply styles to tables to match the rest of the UI
134
+ '&:not(.MathJax) table': {
135
+ borderCollapse: 'collapse',
136
+ },
137
+ '&:not(.MathJax) table td, &:not(.MathJax) table th': {
138
+ padding: '8px 12px',
139
+ textAlign: 'left',
140
141
// reset paragraph margins and line-height inside lists to override client styles
142
'& ul p, & ol p': {
143
marginBottom: 0,
0 commit comments