Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4e5b1bc authored by Ronak Patel's avatar Ronak Patel
Browse files

margin top 10px

parent d8f84bfa
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ $(document).ready(function () {
      replaceSettingsNavigationIcons();
      replaceSettingsSectionIcons();
      $('#two-factor-auth > a.icon-info').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager');
      let content_ = '<p>' + t('settings', '2FA-Note') + '</p>';
      let content_ = '<p class="margin-top-10">' + t('settings', '2FA-Note') + '</p>';
      $('#two-factor-auth').append(content_);
	}
  }