fix word-break

This commit is contained in:
ghost 2023-10-28 00:53:21 +03:00
parent 91dcf2d2e9
commit 57332b1449
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
body {
background-color: #2e3436;
word-break: break-word;
}
header {

View File

@ -139,6 +139,7 @@ if ($queueTotal = $memory->getByMethodCallback(
body {
background-color: #2e3436;
word-break: break-word;
}
header {