mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
parent
c8de0b70fa
commit
8afb295e1d
@ -38,7 +38,15 @@
|
|||||||
color: $Grey-500;
|
color: $Grey-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__text {
|
||||||
|
width: 100%;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
/*rtl:ignore*/
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
&__subtitle {
|
&__subtitle {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ export default class PermissionsConnectHeader extends Component {
|
|||||||
return (
|
return (
|
||||||
<div className="permissions-connect-header__icon">
|
<div className="permissions-connect-header__icon">
|
||||||
<IconWithFallBack icon={ icon } name={ iconName } />
|
<IconWithFallBack icon={ icon } name={ iconName } />
|
||||||
<div className="permissions-connect-header__text">{iconName }</div>
|
<div className="permissions-connect-header__text">{iconName}</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user