We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133698b commit f1c3a05Copy full SHA for f1c3a05
2 files changed
packages/chronicle/src/themes/default/Page.module.css
@@ -126,6 +126,8 @@
126
table-layout: fixed;
127
width: 100%;
128
margin-bottom: var(--rs-space-5);
129
+ /* block inherited justify (e.g. from <p align="justify"> in content) without overriding GFM column alignment */
130
+ text-align: start;
131
}
132
133
.content table td,
packages/chronicle/src/themes/paper/Page.module.css
@@ -204,6 +204,8 @@
204
205
206
207
208
209
210
211
0 commit comments