mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Fix ticket text wrapping
This commit is contained in:
parent
7cb7486e55
commit
886fd42600
@ -205,6 +205,11 @@ div.ticket-title {
|
||||
}
|
||||
}
|
||||
|
||||
.ticket-body {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.new-message .detail {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
<div class="content content-description">
|
||||
<div class="content content-description ticket-body">
|
||||
{{ message.body|markdown('ticket', MATH_ENGINE)|reference|str|safe }}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user