* Finish task#56919.

This commit is contained in:
xieqiyu
2022-06-14 15:55:48 +08:00
parent dbb1ccc413
commit c03d486fab
+4 -1
View File
@@ -4,7 +4,10 @@
<?php else:?>
<div class="detail histories" id='actionbox' data-textDiff="<?php echo $lang->action->textDiff;?>" data-original="<?php echo $lang->action->original;?>">
<?php endif;?>
<style>.histories-list > li{word-break: break-word; word-wrap: break-word;}</style>
<style>
.histories-list > li {word-break: break-word; word-wrap: break-word;}
.history-changes del {padding-left: 3px;}
</style>
<script>
$(function()
{