Fix alignment of discovery section addresses

We target the addresses specifically to avoid crushing the subsection text.
This commit is contained in:
Travis Ralston 2019-08-21 14:41:25 -06:00
parent 04bb2ed322
commit 6449016d4b
2 changed files with 3 additions and 1 deletions

View file

@ -272,7 +272,7 @@ export default class GeneralUserSettingsTab extends React.Component {
const PhoneNumbers = sdk.getComponent("views.settings.discovery.PhoneNumbers");
const SetIdServer = sdk.getComponent("views.settings.SetIdServer");
const threepidSection = this.state.haveIdServer ? <div>
const threepidSection = this.state.haveIdServer ? <div className='mx_GeneralUserSettingsTab_discovery'>
<span className="mx_SettingsTab_subheading">{_t("Email addresses")}</span>
<EmailAddresses />