Browse Source

fix word-break

main
ghost 1 year ago
parent
commit
57332b1449
  1. 1
      src/public/explore.php
  2. 1
      src/public/search.php

1
src/public/explore.php

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

1
src/public/search.php

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

Loading…
Cancel
Save