From aac3b21a8b4fd1a2f351a63fdb70d39ac2851921 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:45:59 +0200 Subject: Fix: overflow expanding title in entry header (#6373) * change HTML structure * CSS --- app/views/helpers/index/normal/entry_header.phtml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'app/views') diff --git a/app/views/helpers/index/normal/entry_header.phtml b/app/views/helpers/index/normal/entry_header.phtml index f550dfa21..ebac7f46b 100644 --- a/app/views/helpers/index/normal/entry_header.phtml +++ b/app/views/helpers/index/normal/entry_header.phtml @@ -51,8 +51,8 @@ endif; ?> - -
  • entry->title() ?> + entry->title() ?>entry->authors(); @@ -65,11 +65,13 @@ } ?>
    entry->content(false)), 0, 500, 'UTF-8')) ?>
  • -
  •  
  • + ?> +
    entry->content(false)), 0, 500, 'UTF-8')) ?>
    +   + -- cgit v1.2.3