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:
parent
15cbb39bd3
commit
ef5df02238
2 changed files with 5 additions and 1 deletions
|
@ -84,4 +84,8 @@ code.totp-secret {
|
|||
display: block;
|
||||
padding: 4px 0;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#email-reports .selectize-control {
|
||||
max-width: 300px;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue