Commit b7a1469d authored by Mike Greiling's avatar Mike Greiling

fix broken related_issues_spec.rb tests due to missing class

parent 45a591c4
......@@ -125,8 +125,9 @@ export default {
:is="innerComponentType"
v-if="hasTitle"
ref="title"
class="js-issue-token-title"
:class="{
'js-issue-token-title issue-token-title issue-token-end': isCondensed,
'issue-token-title issue-token-end': isCondensed,
'issue-title block-truncated': !isCondensed,
'issue-token-title-standalone': !canRemove
}">
......
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