Skip to content

Commit

Permalink
fix: add styles for display a new line in deliverables (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
maradondt authored Sep 7, 2023
1 parent 087339b commit 29b9a3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ export const DescriptionBox = styled.div<colorProps>`
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
line-height: 20px;
color: ${(p: any) => p?.color && p.color.black500};
white-space: pre-wrap;
}
}
::-webkit-scrollbar {
Expand Down

0 comments on commit 29b9a3a

Please sign in to comment.