Fix log viewer overflow for log content using word wrap
This commit is contained in:
parent
2b22a15bf9
commit
eab081e253
|
|
@ -152,9 +152,9 @@
|
||||||
echo " <div style='clear: both;'></div>\n";
|
echo " <div style='clear: both;'></div>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
|
|
||||||
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
echo "<table width='100%' style='table-layout: fixed;' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
echo " <td style='background-color: #1c1c1c; padding: 8px; text-align: left;'>";
|
echo " <td style='background-color: #1c1c1c; padding: 8px; text-align: left; overflow-wrap: break-word;'>";
|
||||||
|
|
||||||
if (permission_exists('log_view')) {
|
if (permission_exists('log_view')) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue