Skip to content

Commit 4eba436

Browse files
authored
Update tables.css
Signed-off-by: Tutos Rive <108991712+tutosrive@users.noreply.github.com>
1 parent ebdc289 commit 4eba436

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/assets/css/tables.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
.markdown-table-wrapper > .markdown-table td {
4040
background-color: #111827;
4141
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;
4249
}
4350

4451
.markdown-table-wrapper > .markdown-table tr:nth-child(even) td {

0 commit comments

Comments
 (0)