Skip to content

Commit

Permalink
Change table word break
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Sep 23, 2024
1 parent 23e51a7 commit 95856df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default <Partial<Config>> {
verticalAlign: 'baseline !important'
},
table: {
wordBreak: 'break-all'
wordBreak: 'normal'
}
}
},
Expand Down

0 comments on commit 95856df

Please sign in to comment.