diff --git a/static/css/profile.css b/static/css/profile.css
index 66bbaae6..80c45524 100644
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -84,4 +84,8 @@ code.totp-secret {
     display: block;
     padding: 4px 0;
     font-size: 18px;
+}
+
+#email-reports .selectize-control {
+    max-width: 300px;
 }
\ No newline at end of file
diff --git a/templates/accounts/notifications.html b/templates/accounts/notifications.html
index 2d3b0d15..3e1804f5 100644
--- a/templates/accounts/notifications.html
+++ b/templates/accounts/notifications.html
@@ -27,7 +27,7 @@
 
     <div class="col-sm-9 col-md-6">
         <div class="panel panel-{{ status }}">
-            <div class="panel-body settings-block">
+            <div id="email-reports" class="panel-body settings-block">
                 <form method="post">
                     {% csrf_token %}
                     <h2>Email Reports</h2>