Skip to content

Commit

Permalink
Merge pull request #28700 from abdel-h66/28169-fix-inline-code-with-d…
Browse files Browse the repository at this point in the history
…el-tag-display

remove: unnecessary flex to correctly display the inline code
  • Loading branch information
tylerkaraszewski authored Oct 4, 2023
2 parents 743a041 + f3f41ed commit 475e5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const webViewStyles = (theme) => ({
del: {
textDecorationLine: 'line-through',
textDecorationStyle: 'solid',
flex: 1,
},

strong: {
Expand Down

0 comments on commit 475e5a2

Please sign in to comment.