Skip to content
Snippets Groups Projects
Commit bce64662 authored by Kevin Baptiste's avatar Kevin Baptiste Committed by fw-bot
Browse files

[FIX] hr_recruitment: prevent scrollbars for kanban ghost


closes odoo/odoo#39257

X-original-commit: de262460
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 4d23d241
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@
&.o_hr_recruitment_kanban {
&.o_kanban_ungrouped .o_kanban_record {
width: 350px;
height: 180px;
&:not(.o_kanban_ghost) {
height: 180px;
}
}
.ribbon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment