I use this CSS snippet to prevent column auto width when creating flashcards:
.markdown-source-view {
--table-column-min-width: 30ch;
--table-column-max-width: 30ch;
}
It also makes general table editing experience better.
Related:
I use this CSS snippet to prevent column auto width when creating flashcards:
.markdown-source-view {
--table-column-min-width: 30ch;
--table-column-max-width: 30ch;
}
It also makes general table editing experience better.
Related: