[FIX] account_reconcile_oca: Fix kanban record division

pull/808/head
Enric Tobella 2024-04-20 23:48:56 +02:00 committed by Jordi Ballester Alomar
parent 502cd2b22c
commit a030073b32
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
height: 100%;
.o_kanban_renderer.o_kanban_ungrouped .o_kanban_record {
margin: 0 0 0;
min-width: fit-content;
width: 100%;
> div {
border-right: thick solid rgba(0, 0, 0, 0);
}