Skip to content

Commit

Permalink
Add overflow wrap for markdown (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored May 15, 2023
1 parent 9eeca60 commit 92578ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions panel/dist/css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ table, th, td {
border-collapse: collapse;
padding: 5px;
}

p {
overflow-wrap: break-word;
}

0 comments on commit 92578ea

Please sign in to comment.