Skip to content
Snippets Groups Projects
Unverified Commit bf7f7f57 authored by Omar Younis's avatar Omar Younis Committed by GitHub
Browse files

enabled word breaking of card title

enabled word breaking of card title as it gets overlapped by the assignee's icon when its a single long line with no spaces
parent 8feab949
No related branches found
No related tags found
1 merge request!10485enabled word breaking of card title
Pipeline #13663849 failed
This commit is part of merge request !10485. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -318,6 +318,7 @@
color: $gl-text-color;
word-wrap: break-word;
margin-right: 2px;
word-break: break-word;
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment