File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const MajorityVotingSettings: React.FC<IPluginSettings> = ({daoDetails}) => {
112
112
< Definition >
113
113
< div className = "flex flex-1 flex-wrap items-start justify-between gap-y-2" >
114
114
< Link
115
- label = { `${ daoToken . name } ${ daoToken . symbol } ` }
115
+ label = { `${ daoToken . name } ( ${ daoToken . symbol } ) ` }
116
116
iconRight = { IconType . LINK_EXTERNAL }
117
117
href = { daoTokenBlockUrl }
118
118
description = { shortenAddress ( daoToken . address ) }
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const VersionInfoCard: React.FC<{
71
71
< SettingsCard title = { t ( 'setting.versionInfo.title' ) } >
72
72
< DescriptionPair >
73
73
< Term > { t ( 'setting.versionInfo.labelApp' ) } </ Term >
74
- < FlexibleDefinition className = "truncate" >
74
+ < FlexibleDefinition className = "truncate xl:max-w-60 " >
75
75
< Link
76
76
label = { `Aragon App v${ AppVersion } ` }
77
77
type = "primary"
@@ -82,7 +82,7 @@ export const VersionInfoCard: React.FC<{
82
82
</ DescriptionPair >
83
83
< DescriptionPair >
84
84
< Term > { t ( 'setting.versionInfo.labelOs' ) } </ Term >
85
- < FlexibleDefinition className = "truncate" >
85
+ < FlexibleDefinition className = "truncate xl:max-w-60 " >
86
86
< Link
87
87
label = {
88
88
! isLoading ? `Aragon OSx v${ versions ?. join ( '.' ) } ` : 'Loading...'
@@ -97,7 +97,7 @@ export const VersionInfoCard: React.FC<{
97
97
98
98
< DescriptionPair className = "border-none" >
99
99
< Term > { t ( 'setting.versionInfo.labelGovernance' ) } </ Term >
100
- < FlexibleDefinition className = "truncate" >
100
+ < FlexibleDefinition className = "truncate xl:max-w-60 " >
101
101
< Link
102
102
label = { `${ pluginName } v${ pluginVersion } ` }
103
103
description = { shortenAddress ( pluginAddress ) }
You can’t perform that action at this time.
0 commit comments