Skip to content

Commit

Permalink
💄 style: Update table minwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jun 21, 2024
1 parent 4c4a703 commit 427a73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Markdown/markdown.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const useStyles = createStyles(
text-align: start;
text-indent: initial;
text-wrap: balance;
text-wrap: pretty;
word-break: auto-phrase;
overflow-wrap: break-word;
Expand All @@ -323,7 +323,7 @@ export const useStyles = createStyles(
th,
td {
min-width: 100px;
min-width: 120px;
padding-block: 0.75em;
padding-inline: 1em;
text-align: start;
Expand Down

0 comments on commit 427a73b

Please sign in to comment.