details: https://code.tryton.org/tryton/commit/b7c2494a23a7
branch: default
user: Cédric Krier <[email protected]>
date: Mon May 18 17:38:04 2026 +0200
description:
Use percentage of viewport height as maximal height for treeview and
list-form
Closes #14840
diffstat:
sao/src/sao.less | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e3b4e0da49d2 -r b7c2494a23a7 sao/src/sao.less
--- a/sao/src/sao.less Mon May 18 17:35:59 2026 +0200
+++ b/sao/src/sao.less Mon May 18 17:38:04 2026 +0200
@@ -1311,7 +1311,7 @@
.treeview, .list-form {
height: auto;
min-height: 150px;
- max-height: 300px;
+ max-height: 60vh;
}
}
.form-text, .form-richtext {