From 57332b1449aa49919f7c3afcf027ae93d98f5655 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 28 Oct 2023 00:53:21 +0300 Subject: [PATCH] fix word-break --- src/public/explore.php | 1 + src/public/search.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/public/explore.php b/src/public/explore.php index 29f2714..4fcd9ac 100644 --- a/src/public/explore.php +++ b/src/public/explore.php @@ -64,6 +64,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the body { background-color: #2e3436; + word-break: break-word; } header { diff --git a/src/public/search.php b/src/public/search.php index 82e352c..636e4bb 100644 --- a/src/public/search.php +++ b/src/public/search.php @@ -139,6 +139,7 @@ if ($queueTotal = $memory->getByMethodCallback( body { background-color: #2e3436; + word-break: break-word; } header {