e50631c46afa89b1c3d5f73cc3996d2ec58134cb
Odoo's portal_layout wraps page content in <div class="container pt-3 pb-5">. The pt-3 (1rem) was pushing the right column's first visible content ~16px below the sidebar card's top edge, so the two column corners looked misaligned. Zero out the top padding on that inner container, scoped via .o_fp_portal_main #wrap > .container so it only applies inside our shell. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
71.8%
JavaScript
17.4%
HTML
8.2%
SCSS
1%
CSS
0.8%
Other
0.6%