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