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
Branches unavailable
Tags unavailable
1 merge request!10485enabled word breaking of card title
Pipeline #30 failed with stages
......@@ -318,6 +318,7 @@
color: $gl-text-color;
word-wrap: break-word;
margin-right: 2px;
word-break: break-word;
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment