Commit b1e1b2b9 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'fix-long-mr-titles-in-related-mrs' into 'master'

Fix text ellipsis on linked issues/MRs

See merge request gitlab-org/gitlab!70049
parents e418ffc4 6aa0ef81
......@@ -71,7 +71,7 @@ export default {
class="item-contents gl-display-flex gl-align-items-center gl-flex-wrap gl-flex-grow-1 flex-xl-nowrap gl-min-h-7"
>
<!-- Title area: Status icon (XL) and title -->
<div class="item-title d-flex align-items-xl-center mb-xl-0">
<div class="item-title d-flex align-items-xl-center mb-xl-0 gl-min-w-0">
<div ref="iconElementXL">
<gl-icon
v-if="hasState"
......
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