Fix overflow in table with markdown

This commit is contained in:
Kuba Orlik 2025-12-29 23:11:59 +01:00
parent c9170b963d
commit a1c9e51b90

View File

@ -1,5 +1,6 @@
.table-with-markdown {
width: 100%;
box-sizing: border-box;
display: flex;
flex-flow: column;
align-items: center;