Skip to content

Commit 1f0533e

Browse files
committed
[FIX] account_reconcile_oca: Increase the height of columns to make sure all fields under Manual Operation tab are visible
1 parent f23fd64 commit 1f0533e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

account_reconcile_oca/static/src/scss/reconcile.scss

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
-webkit-flex-flow: row wrap;
66
flex-flow: row wrap;
77
height: 100%;
8+
min-height: 108%;
89
.o_kanban_renderer.o_kanban_ungrouped .o_kanban_record {
910
&:hover {
1011
.o_reconcile_create_statement {
@@ -48,6 +49,7 @@
4849
width: 70%;
4950
height: 100%;
5051
overflow: auto;
52+
min-height: 108%;
5153
}
5254
.o_form_view {
5355
.btn-info:not(.dropdown-toggle):not(.dropdown-item) {

0 commit comments

Comments
 (0)