From 13335f7ae8dc8cfe9f53cac7daa9d54517911f33 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 12 May 2020 22:57:34 +0300 Subject: [PATCH] Settings: fix IPv6 overflowing on mobile Signed-off-by: XhmikosR --- settings.php | 2 +- style/pi-hole.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.php b/settings.php index 884bd6b7..07272623 100644 --- a/settings.php +++ b/settings.php @@ -1074,7 +1074,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", " Pi-hole IPv6 address: - + Pi-hole hostname: diff --git a/style/pi-hole.css b/style/pi-hole.css index e01f35f1..b8e2aab8 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -254,7 +254,7 @@ text-decoration: underline; } -code.breakall { +.breakall { white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap;