diff --git a/static/css/details.css b/static/css/details.css index 218112bf..1be8001f 100644 --- a/static/css/details.css +++ b/static/css/details.css @@ -34,6 +34,10 @@ display: inline; } +#how-to-ping code { + overflow-wrap: break-word; +} + #details-schedule th { padding-top: 4px; } @@ -82,7 +86,7 @@ } #downtimes table { - width: 350px; + max-width: 350px; } #downtimes tr:first-child td, #downtimes tr:first-child th { @@ -104,7 +108,6 @@ padding: 32px; } - ul.checkmarks { padding-left: 20px; list-style: none; diff --git a/templates/front/details.html b/templates/front/details.html index 17c26238..d9986c0a 100644 --- a/templates/front/details.html +++ b/templates/front/details.html @@ -64,7 +64,7 @@ {% endif %} -
Keep this check up by making HTTP requests to this URL:
@@ -220,7 +220,9 @@ data-toggle="modal" data-target="#transfer-modal" data-url="{% url 'hc-transfer' check.code %}" - class="btn btn-sm btn-default">Transfer to Another Project… + class="btn btn-sm btn-default"> + Transfer … +