Skip to content

Commit

Permalink
fix: fix markdown table width overflow issue (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Mar 11, 2024
1 parent dcc2572 commit 8a6945c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/assets/markdown/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@
border-spacing: 0;
border-collapse: collapse;
display: block;
width: max-content;
max-width: 100%;
width: 100%;
overflow: auto;
}

Expand Down

0 comments on commit 8a6945c

Please sign in to comment.