From 1e7a2c4d35b60f3ce189710a946016eec7c807ac Mon Sep 17 00:00:00 2001 From: Anjeel Haria Date: Tue, 1 Oct 2024 14:27:16 +0530 Subject: [PATCH] [FIX] account_reconcile_oca: Fix the layout of statement button on reconciliation screen Css change Updated Changes --- account_reconcile_oca/static/src/scss/reconcile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_reconcile_oca/static/src/scss/reconcile.scss b/account_reconcile_oca/static/src/scss/reconcile.scss index 9957b2aa..3096e124 100644 --- a/account_reconcile_oca/static/src/scss/reconcile.scss +++ b/account_reconcile_oca/static/src/scss/reconcile.scss @@ -20,9 +20,9 @@ width: 100%; .o_reconcile_create_statement { position: absolute; - height: 4px; + height: 0px; margin: 0; - padding: 2px 0 0 0; + padding: 0 0 0 0; border: 0; top: -14px; opacity: 0;