diff --git a/fusion_plating/fusion_plating_portal/static/src/scss/fp_portal_sidebar.scss b/fusion_plating/fusion_plating_portal/static/src/scss/fp_portal_sidebar.scss index f959144d..e704201f 100644 --- a/fusion_plating/fusion_plating_portal/static/src/scss/fp_portal_sidebar.scss +++ b/fusion_plating/fusion_plating_portal/static/src/scss/fp_portal_sidebar.scss @@ -155,4 +155,11 @@ // min-width: 0 lets the flex/grid child shrink and lets overflow-x // on inner .table-responsive containers do their job on Safari. min-width: 0; + + // Neutralise Odoo's container pt-3 so the right column's first + // visible content aligns with the sidebar card's top edge. Without + // this the right column starts ~16px lower than the sidebar. + #wrap > .container { + padding-top: 0; + } }