Settings: fix IPv6 overflowing on mobile

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-12 22:57:34 +03:00
parent 910fac125b
commit 13335f7ae8
2 changed files with 2 additions and 2 deletions

View File

@@ -1074,7 +1074,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", "
</tr>
<tr>
<th scope="row">Pi-hole IPv6 address:</th>
<td><?php echo htmlentities($piHoleIPv6); ?></td>
<td class="breakall"><?php echo htmlentities($piHoleIPv6); ?></td>
</tr>
<tr>
<th scope="row">Pi-hole hostname:</th>

View File

@@ -254,7 +254,7 @@
text-decoration: underline;
}
code.breakall {
.breakall {
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;