From 64995d1e2bca9fd918fa9f8692814e44140c77fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20M=C3=BCller?= Date: Fri, 10 Oct 2025 16:50:41 +0200 Subject: [PATCH] fix pdf galley header for long titles --- styles/bootstrap.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/styles/bootstrap.less b/styles/bootstrap.less index 6018026..ba5365f 100644 --- a/styles/bootstrap.less +++ b/styles/bootstrap.less @@ -214,7 +214,7 @@ footer[role="contentinfo"] { // Style the PDF and HTML view .header_view { - z-index: 2; + z-index: 0; background: @navbar-default-bg; &:extend(.navbar all); &:extend(.navbar-default all); @@ -241,6 +241,13 @@ footer[role="contentinfo"] { } } +.header_view>.title { + overflow-x: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; +} + .return, .download .label { &:extend(.sr-only all);