Skip to content

Commit

Permalink
fixes: hql287#334 Multi-line input for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saska Kolehmainen authored and Saska Kolehmainen committed Oct 26, 2019
1 parent 0e1041e commit d715cfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions preview/templates/business/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const InvoiceFooter = styled.div`
padding-bottom: 0.83333em;
border-bottom: 4px solid #efefd1;
}
p {
white-space: pre-wrap;
}
${props =>
props.customAccentColor &&
`
Expand Down

0 comments on commit d715cfe

Please sign in to comment.