mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dhcpv4/6: break on words to improve date positioning
This commit is contained in:
parent
c605175d85
commit
a88fae84f6
@ -139,7 +139,7 @@
|
||||
.overflow {
|
||||
text-overflow: clip;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@ -153,7 +153,7 @@
|
||||
.overflow {
|
||||
text-overflow: clip;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user