Skip to content

Commit

Permalink
[FIX] account_reconcile_oca: Increase the height of columns to make s…
Browse files Browse the repository at this point in the history
…ure all fields under Manual Operation tab are visible
  • Loading branch information
ByteMeAsap committed Mar 4, 2025
1 parent f23fd64 commit 1f0533e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account_reconcile_oca/static/src/scss/reconcile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
height: 100%;
min-height: 108%;
.o_kanban_renderer.o_kanban_ungrouped .o_kanban_record {
&:hover {
.o_reconcile_create_statement {
Expand Down Expand Up @@ -48,6 +49,7 @@
width: 70%;
height: 100%;
overflow: auto;
min-height: 108%;
}
.o_form_view {
.btn-info:not(.dropdown-toggle):not(.dropdown-item) {
Expand Down

0 comments on commit 1f0533e

Please sign in to comment.