mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-27 06:54:33 +00:00
fix word-break
This commit is contained in:
parent
91dcf2d2e9
commit
57332b1449
@ -64,6 +64,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
|
||||
|
||||
body {
|
||||
background-color: #2e3436;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -139,6 +139,7 @@ if ($queueTotal = $memory->getByMethodCallback(
|
||||
|
||||
body {
|
||||
background-color: #2e3436;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
header {
|
||||
|
Loading…
x
Reference in New Issue
Block a user