dhcpv4/6: break on words to improve date positioning

This commit is contained in:
Stephan de Wit 2023-08-08 13:03:20 +02:00
parent c605175d85
commit a88fae84f6
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
.overflow {
text-overflow: clip;
white-space: normal;
word-break: break-all;
word-break: break-word;
}
</style>

View File

@ -153,7 +153,7 @@
.overflow {
text-overflow: clip;
white-space: normal;
word-break: break-all;
word-break: break-word;
}
</style>