Skip to content

Commit

Permalink
Merge pull request #1308 from pi-hole/XhmikosR-patch-4
Browse files Browse the repository at this point in the history
Settings: fix IPv6 overflowing on mobile
  • Loading branch information
PromoFaux committed May 17, 2020
2 parents ee0f9fd + 13335f7 commit 0b2ae59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.php
Expand Up @@ -1074,7 +1074,7 @@ function convertseconds($argument)
</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>
Expand Down
2 changes: 1 addition & 1 deletion style/pi-hole.css
Expand Up @@ -254,7 +254,7 @@
text-decoration: underline;
}

code.breakall {
.breakall {
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
Expand Down

0 comments on commit 0b2ae59

Please sign in to comment.