From ef5df02238c5e37b48f5ba2c63f71c21357d8f23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C4=93teris=20Caune?= <cuu508@gmail.com>
Date: Thu, 1 Dec 2022 16:18:33 +0200
Subject: [PATCH] Add max width limit for the timezone select

---
 static/css/profile.css                | 4 ++++
 templates/accounts/notifications.html | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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>