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

@ -25,6 +25,8 @@ limitations under the License.
.mx_GeneralUserSettingsTab_accountSection .mx_EmailAddresses,
.mx_GeneralUserSettingsTab_accountSection .mx_PhoneNumbers,
.mx_GeneralUserSettingsTab_discovery .mx_ExistingEmailAddress,
.mx_GeneralUserSettingsTab_discovery .mx_ExistingPhoneNumber,
.mx_GeneralUserSettingsTab_languageInput {
@mixin mx_Settings_fullWidthField;
}