changeset 7107f7a8f664 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=7107f7a8f664
description:
Let 10% of vw for borders around the form
issue9186
review321241002
diffstat:
src/view/form.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0e779982f8ba -r 7107f7a8f664 src/view/form.js
--- a/src/view/form.js Sun Apr 19 13:11:48 2020 +0200
+++ b/src/view/form.js Thu Apr 23 22:38:46 2020 +0200
@@ -537,7 +537,7 @@
var has_expand = false;
var i, j;
- var parent_max_width = 1;
+ var parent_max_width = 0.9;
this.el.parents('td').each(function() {
var width = this.style.width;
if (width.endsWith('%')) {