changeset d9f2bb167506 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=d9f2bb167506
description:
Set 100% width to the more button
This ensure that it is always observed when there is an horizontal
scrollbar
for the tree view.
issue9659
review304371002
diffstat:
src/view/tree.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5c879bb6e159 -r d9f2bb167506 src/view/tree.js
--- a/src/view/tree.js Sun Oct 04 00:42:37 2020 +0200
+++ b/src/view/tree.js Thu Oct 08 21:30:30 2020 +0200
@@ -770,7 +770,7 @@
});
var more_cell = jQuery('<td/>');
var more_button = jQuery('<button/>', {
- 'class': 'btn btn-default',
+ 'class': 'btn btn-default btn-block',
'type': 'button'
}).text(Sao.i18n.gettext('More')
).click(function() {