Skip to content

Commit

Permalink
fix: large cards (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocaseiro authored Dec 6, 2022
1 parent bfa34d8 commit ead06d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Board/Card/CardBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const CardBoard = React.memo<CardBoardProps>(
css={{
wordBreak: 'break-word',
whiteSpace: 'pre',

filter: cardBlur(hideCards, card as CardType, userId),
}}
>
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/Board/Comment/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ const Comment: React.FC<CommentProps> = React.memo(
size="xs"
css={{
filter: commentBlur(hideCards, comment as CommentType, userId),
wordBreak: 'break-word',
whiteSpace: 'pre',
}}
>
{comment.text}
Expand Down

0 comments on commit ead06d7

Please sign in to comment.