I want to align the text on table td using dataview, I’m using:
text-align: center
on
.markdown-preview-view table th{
text-align: center;
}
but, when i change th for td the text doesn’t align, how can I do this?
Thanks!
I want to align the text on table td using dataview, I’m using:
text-align: center
on
.markdown-preview-view table th{
text-align: center;
}
but, when i change th for td the text doesn’t align, how can I do this?
Thanks!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.