PRINT properly action

This commit is contained in:
sparkyx 2024-01-16 14:27:21 +01:00
parent 68a265fb29
commit 3ef17424f7

View file

@ -303,11 +303,7 @@ p#breakhere {page-break-before: always}
{ {
font-size:9pt; font-size:9pt;
margin-top:10pt; margin-top:10pt;
word-break: normal;
word-wrap: break-word;
white-space: pre-wrap;
} }
.tinybutton { .tinybutton {
display:none; display:none;
@ -325,4 +321,6 @@ span.inplace_edit_input
} }
.inum { .inum {
text-align: right; text-align: right;
} }
.concerned_action {display:block;}