0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-03 04:15:29 +00:00

Add max width limit for the timezone select

This commit is contained in:
Pēteris Caune 2022-12-01 16:18:33 +02:00
parent 15cbb39bd3
commit ef5df02238
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
2 changed files with 5 additions and 1 deletions
static/css
templates/accounts

View file

@ -84,4 +84,8 @@ code.totp-secret {
display: block;
padding: 4px 0;
font-size: 18px;
}
#email-reports .selectize-control {
max-width: 300px;
}

View file

@ -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>