File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ class Tenants extends React.Component {
144
144
: undefined ;
145
145
const isExternalLink = Boolean ( backend ) ;
146
146
return (
147
- < React . Fragment >
147
+ < div className = { b ( 'name-wrapper' ) } >
148
148
< EntityStatus
149
149
externalLink = { isExternalLink }
150
150
className = { b ( 'name' ) }
@@ -159,7 +159,7 @@ class Tenants extends React.Component {
159
159
} ) }
160
160
/>
161
161
{ additionalTenantsInfo . name && additionalTenantsInfo . name ( value , row ) }
162
- </ React . Fragment >
162
+ </ div >
163
163
) ;
164
164
} ,
165
165
width : 440 ,
Original file line number Diff line number Diff line change 54
54
.data-table__row :hover & __type-button {
55
55
visibility : visible ;
56
56
}
57
+
58
+ & __name-wrapper {
59
+ display : flex ;
60
+ align-items : center ;
61
+ }
62
+
57
63
& __name {
58
- max-width : 90 % ;
64
+ overflow : hidden ;
59
65
}
60
66
}
You can’t perform that action at this time.
0 commit comments