mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-07 06:05:34 +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;
|
display: block;
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#email-reports .selectize-control {
|
||||||
|
max-width: 300px;
|
||||||
}
|
}
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<div class="col-sm-9 col-md-6">
|
<div class="col-sm-9 col-md-6">
|
||||||
<div class="panel panel-{{ status }}">
|
<div class="panel panel-{{ status }}">
|
||||||
<div class="panel-body settings-block">
|
<div id="email-reports" class="panel-body settings-block">
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<h2>Email Reports</h2>
|
<h2>Email Reports</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue