Skip to content

Commit

Permalink
fix: use same text styles as in edit/preview mode DHIS2-15537
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 25, 2023
1 parent 46a7e8d commit 6ad730b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Item/TextItem/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ import PrintItemInfo from '../ItemHeader/PrintItemInfo.js'
const style = {
textDiv: {
padding: '10px',
whiteSpace: 'pre-line',
lineHeight: '20px',
lineHeight: '16px',
},
textField: {
fontSize: '14px',
fontStretch: 'normal',
width: '90%',
margin: '0 auto',
display: 'block',
lineHeight: '24px',
Expand Down

0 comments on commit 6ad730b

Please sign in to comment.