Enhance wrapping for long regex lines on the domains list pages.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-02-16 07:59:07 +01:00
parent d584c2e2c2
commit ef57abdbdd
2 changed files with 12 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ function initTable() {
"\nDatabase ID: " +
data.id;
$("td:eq(0)", row).html(
'<code id="domain" title="' + tooltip + '">' + data.domain + "</code>"
'<code id="domain" title="' + tooltip + '" class="breakall">' + data.domain + "</code>"
);
var whitelist_options = "";