From 47cca0b80e8ee6b50e422a59b293f984458bd177 Mon Sep 17 00:00:00 2001 From: Marc Kreidler Date: Sun, 28 Dec 2025 16:52:53 +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. --- 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 %}