Merge pull request #199 from BharatKalluri/fix/wrap_board_card_text
Added overflow wrap to boardCard
This commit is contained in:
commit
afb1d514c5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
border-radius: 3px;
|
||||
margin-bottom: 10px;
|
||||
|
|
Loading…
Reference in a new issue