Fix overflow in table with markdown
This commit is contained in:
parent
c9170b963d
commit
a1c9e51b90
@ -1,5 +1,6 @@
|
|||||||
.table-with-markdown {
|
.table-with-markdown {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user