From 8957e55a9e1e388dace98bd61e8095c6a242fc44 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 4 Jan 2026 17:14:27 +0100 Subject: [PATCH] Increase default height of the PDF preview container from 250px to 280px and so Chromium-based browsers display the PDF toolbar by default. Fixes #1165. (#1171) --- templates/label_system/dialog.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/label_system/dialog.html.twig b/templates/label_system/dialog.html.twig index b9149aa3..11877a4c 100644 --- a/templates/label_system/dialog.html.twig +++ b/templates/label_system/dialog.html.twig @@ -135,8 +135,8 @@ {% block additional_content %} {% if pdf_data %} -
- +
+
{% endif %}