Skip to content

Commit

Permalink
patch desc do not need to be one line
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 29, 2024
1 parent 97a1393 commit 89b4605
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions server/templates/episode/patch.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
.diff .d2h-code-line-ctn, .diff .d2h-code-line *, .diff * {
font-family: Consolas, Menlo, monospace !important;
}
.original_description {
text-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
{% endblock %}

Expand Down Expand Up @@ -97,7 +91,7 @@
{% else %}
<div class="row">
<h4>{{ cn }}</h4>
<p class="blockquote original_{{ key }}"
<p class="blockquote"
style="background-color: #f7f7f9">{{ patch['original_' + key] }}</p>
</div>
{% endif %}
Expand Down

0 comments on commit 89b4605

Please sign in to comment.