File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 103
103
&__flag {
104
104
.link-plain ();
105
105
.link-white ();
106
- display : flex ;
106
+ display : grid ;
107
+ grid-template-columns : auto 1fr ;
107
108
gap : 4px ;
108
109
align-items : center ;
109
110
}
175
176
flex-direction : column ;
176
177
align-items : flex-start ;
177
178
flex : 1 ;
179
+ min-width : 0 ;
178
180
}
179
181
180
182
&__level {
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export default class Cover extends React.Component<Props> {
98
98
href = { route ( 'teams.show' , { team : this . props . user . team . id } ) }
99
99
>
100
100
< FlagTeam team = { this . props . user . team } />
101
- < span className = 'profile-info__flag-text' > { this . props . user . team . name } </ span >
101
+ < span className = 'profile-info__flag-text u-ellipsis-overflow ' > { this . props . user . team . name } </ span >
102
102
</ a >
103
103
}
104
104
< div className = 'profile-info__icons profile-info__icons--flag-inline' >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class="profile-info__bg profile-info__bg--team"
47
47
</div >
48
48
<div class =" profile-info__info" >
49
49
<h1 class =" profile-info__name" >
50
- {{ $team -> name } }
50
+ < span class = " u-ellipsis-overflow " > {{ $team -> name } }</ span >
51
51
</h1 >
52
52
<div class =" profile-info__flags" >
53
53
<p class =" profile-info__flag" >
You can’t perform that action at this time.
0 commit comments