Revert issue12618.diff

From changeset-0299411913ab2c64c179a6ba289aa6eb4bbc148a
#163060
This commit is contained in:
Raimon Esteve 2023-10-27 15:57:52 +02:00
parent 8c855fbc51
commit 306ea8d812
2 changed files with 0 additions and 17 deletions

View File

@ -1,15 +0,0 @@
diff --git a/tryton/sao/src/sao.less b/tryton/sao/src/sao.less
index 0a75ad803e..ece787b133 100644
--- a/tryton/sao/src/sao.less
+++ b/tryton/sao/src/sao.less
@@ -635,7 +635,9 @@ img.icon {
padding-right: 0px;
}
td.form-label {
- white-space: pre;
+ white-space: pre-wrap;
+ width: max-content;
+ max-width: 80ch;
}
.form-char, .form-password, .form-integer, .form-float, .form-date,
.form-datetime, .form-time, .form-timedelta, .form-selection,

2
series
View File

@ -62,8 +62,6 @@ issue12570.diff # [account] Do not compute account party for general ledger line
issue12590.diff # [account_payment] Do not test active clause of dunning being in a set
issue12618.diff # [sao] Wrap long label to 80 chars
issue12567.diff # [account_invoice_defer] Defer invoice line only once
issue12626.diff # [account] Do not fail when reconciling an empty list