Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-08 13:34:34 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-08 13:34:34 +0300
commitc1012280ef43d5b1c73dfad8bdef2f193267e926 (patch)
tree3cbf0af6b92a10c1096b8f851961af6fe8227da1 /src
parent2143e747a1a4a8b5f77061d7db76ae58557a369f (diff)
Fix some design issues on the account settings page
Fixes #1578 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src')
-rw-r--r--src/views/AccountSettings.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/views/AccountSettings.vue b/src/views/AccountSettings.vue
index 35d37dc95..54e45aa70 100644
--- a/src/views/AccountSettings.vue
+++ b/src/views/AccountSettings.vue
@@ -2,10 +2,8 @@
<AppContent app-name="mail">
<Navigation slot="navigation" />
<template slot="content">
- <div id="account-info" class="section">
- <h2>{{ t('mail', 'Account Settings') }} - {{ email }}</h2>
- </div>
<div class="section">
+ <h2>{{ t('mail', 'Account Settings') }} - {{ email }}</h2>
<div id="mail-settings">
<AccountForm :display-name="displayName" :email="email" :save="onSave" :account="account" />
</div>