Merge pull request #1308 from pi-hole/XhmikosR-patch-4

Settings: fix IPv6 overflowing on mobile
This commit is contained in:
Adam Warner
2020-05-17 13:25:20 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
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>
+1 -1
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;