mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Enhance wrapping for long regex lines on the domains list pages.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user