From 3ef17424f7ec7f6c12fa31554836a12a2a9485a3 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 16 Jan 2024 14:27:21 +0100 Subject: [PATCH] PRINT properly action --- html/css/style-print.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/html/css/style-print.css b/html/css/style-print.css index edf188b4b..2eb9501cd 100644 --- a/html/css/style-print.css +++ b/html/css/style-print.css @@ -303,11 +303,7 @@ p#breakhere {page-break-before: always} { font-size:9pt; margin-top:10pt; - word-break: normal; - word-wrap: break-word; - white-space: pre-wrap; - - + } .tinybutton { display:none; @@ -325,4 +321,6 @@ span.inplace_edit_input } .inum { text-align: right; -} \ No newline at end of file +} + +.concerned_action {display:block;} \ No newline at end of file