Skip to content
Snippets Groups Projects
Commit ec88b4e1 authored by Pierre Paridans's avatar Pierre Paridans
Browse files

[FIX] hr_recruitment: scope kanban record's width


Module's css rules shouldn't override globally the one from 'web'.

closes odoo/odoo#31538

Signed-off-by: default avatarAdrien Dieudonné (adr) <adr@odoo.com>
parent becfef8f
Branches
Tags
No related merge requests found
.o_kanban_view.o_kanban_ungrouped {
display: flex;
.o_kanban_record {
.o_kanban_view.o_kanban_dashboard {
&.o_hr_recruitment_kanban.o_kanban_ungrouped .o_kanban_record {
width: 350px;
}
}
.o_kanban_view.o_kanban_dashboard {
.o_recruitment_kanban_boxes {
display: flex;
flex-flow: row nowrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment