Skip to content

Commit

Permalink
prevent styling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Feb 7, 2024
1 parent bbde776 commit 77f85a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MarkdownTextInput.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ const styles = StyleSheet.create({
fontFamily: 'sans-serif',
boxSizing: 'border-box',
whiteSpace: 'pre-wrap',
overflow: 'scroll',
scrollbarWidth: 'none',
overflowY: 'scroll',
overflowX: 'scroll',
overflowWrap: 'break-word',
},
disabledInputStyles: {
Expand Down

0 comments on commit 77f85a5

Please sign in to comment.