Skip to content
Snippets Groups Projects
Commit ededc513 authored by svs-odoo's avatar svs-odoo Committed by fw-bot
Browse files

[IMP] mrp: bigger folding arrow on BoM cost view


...Only on mobile device.

closes odoo/odoo#38469

X-original-commit: 484e7bdc
Signed-off-by: default avatarSimon Lejeune (sle) <sle@openerp.com>
parent ee252143
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,14 @@
}
}
}
@include media-breakpoint-down(sm) {
.o_mrp_bom_report_line {
& .fa-caret-down, & .fa-caret-right {
font-size: 2em;
}
}
}
}
.o_mrp_bom_report_buttons {
......
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