Merge pull request #199 from BharatKalluri/fix/wrap_board_card_text

Added overflow wrap to boardCard
This commit is contained in:
Jesús Espino 2021-03-30 23:30:05 +02:00 committed by GitHub
commit afb1d514c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
overflow-wrap: anywhere;
border-radius: 3px;
margin-bottom: 10px;