mirror of
https://github.com/pi-hole/web.git
synced 2025-12-26 05:26:19 +00:00
Settings: fix IPv6 overflowing on mobile
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
code.breakall {
|
||||
.breakall {
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
|
||||
Reference in New Issue
Block a user