Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Fix multiline text in Card (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjnicolas authored and lourenci committed Oct 6, 2019
1 parent 938f835 commit a6eec32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import styled from 'styled-components'

const CardTemplate = styled.div`
display: inline-block;
white-space: normal;
`

function Card ({ children, index, renderCard, disableCardDrag }) {
Expand Down

0 comments on commit a6eec32

Please sign in to comment.