1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-13 19:42:12 +02:00

Added overflow wrap to boardCard.scss

This commit is contained in:
Bharat Kalluri 2021-03-26 23:31:02 +05:30
parent 2123caeb92
commit a2dad0b823

View File

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