mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-05 11:24:26 +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 {
|
body {
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -139,6 +139,7 @@ if ($queueTotal = $memory->getByMethodCallback(
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user