Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0] module: mailing_mailing - vertical alignment-bug (with proposal for solution) #1280

Open
1 of 4 tasks
SimonPerktold opened this issue Jan 20, 2025 · 0 comments
Open
1 of 4 tasks

Comments

@SimonPerktold
Copy link

Odoo Version

  • 16.0
  • 17.0
  • 18.0
  • Other (specify)

Steps to Reproduce

Issue: Vertical Alignment in Columns does not work.

Reproduce:

  • add any snippet that uses the 's_three_columns'-class (e.g. columns).
  • align columns vertically: start/center/end/stretch (this will e.g. add the class 'align-items-center')
  • it will only arrange correctly in the preview, not in the actual mail.

Fix:

  • Add corresponding 'self-align' in style of child-elements, e.g.:
<div class="s_three_columns">
  <div class="container s_allow_columns">
    <div class="row d-flex align-items-center">
      <div class="col-lg-6" style="self-align: center;">
...

Thank you for taking your time to fix this!! :)

Log Output

Support Ticket

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant