We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdc289 commit 4eba436Copy full SHA for 4eba436
1 file changed
src/assets/css/tables.css
@@ -39,6 +39,13 @@
39
.markdown-table-wrapper > .markdown-table td {
40
background-color: #111827;
41
color: #e5e7eb;
42
+ display: flex;
43
+ text-align: center;
44
+ flex-direction: row;
45
+ flex-wrap: nowrap;
46
+ align-content: center;
47
+ justify-content: center;
48
+ align-items: center;
49
}
50
51
.markdown-table-wrapper > .markdown-table tr:nth-child(even) td {
0 commit comments