diff --git a/src/components/UserDetail/GeneralTab.js b/src/components/UserDetail/GeneralTab.js index 0d8dae652..d49a6b4bf 100644 --- a/src/components/UserDetail/GeneralTab.js +++ b/src/components/UserDetail/GeneralTab.js @@ -233,13 +233,13 @@ class GeneralTab extends React.Component {
{showIdentityHelpText && isUserPageOwner ? (
- {this.identityHelpPrompt}{" "} + {this.identityHelpPrompt}{" "} this.setState({ showIdentityHelpText: false })}> (hide)
) : ( - this.setState({ showIdentityHelpText: true })}> + this.setState({ showIdentityHelpText: true })}> {this.identityHelpPrompt} )} diff --git a/src/style/index.css b/src/style/index.css index 60ca3a931..0ae45b9a6 100644 --- a/src/style/index.css +++ b/src/style/index.css @@ -1360,6 +1360,11 @@ li p.header-3 { margin-right: 4px; color: #777; } + +.user-page .detail-form .ident-value { + margin-left: 164px; /* field-label width + margin-right */ +} + .user-page .detail-form .field .field-value { float: left; width: 600px;