diff --git a/aleksis/core/templates/core/index.html b/aleksis/core/templates/core/index.html
index ca838aa237a97b9d1773e17c984f734cbcdb92f1..44ebf73c243769b9d221dda1efbf1e499e460831 100644
--- a/aleksis/core/templates/core/index.html
+++ b/aleksis/core/templates/core/index.html
@@ -11,10 +11,12 @@
 {% block content %}
   {% has_perm "core.edit_dashboard" user as can_edit_dashboard %}
   {% if can_edit_dashboard %}
-    <a class="btn-flat waves-effect waves-light right" href="{% url "edit_dashboard" %}">
-      <i class="material-icons left">edit</i>
-      {% trans "Edit dashboard" %}
-    </a>
+    <div class="row no-margin">
+      <a class="btn-flat waves-effect waves-light right" href="{% url "edit_dashboard" %}">
+        <i class="material-icons left">edit</i>
+        {% trans "Edit dashboard" %}
+      </a>
+    </div>
   {% endif %}
 
   {% for notification in unread_notifications %}