Skip to content
Snippets Groups Projects
Commit 334c7940 authored by Solan Delvenne (sode)'s avatar Solan Delvenne (sode)
Browse files

[FIX] snailmail: Fix a CSS selector


One of the selector didn't work due to a space before the classes and
prevented the fix from working. This fixes it in my tests.

closes odoo/odoo#108107

Signed-off-by: default avatarLouis Baudoux (lba) <lba@odoo.com>
parent 322a89e1
No related branches found
No related tags found
No related merge requests found
......@@ -53,15 +53,11 @@ div .address.row > div[name="address"] {
}
/* Follow-up Letters */
div .pt-5:empty {
display: none;
}
div .row.fallback_header {
margin-top: -4mm !important;
height: 68mm !important;
width: 117% !important;
> div .col-5.offset-7 {
> div.col-5.offset-7 {
background-color: #ffffff;
margin-left: 48.5% !important;
position: relative !important;
......
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