Skip to content
Snippets Groups Projects
Commit fb556ed0 authored by Younn Olivier's avatar Younn Olivier Committed by qsm-odoo
Browse files

[FIX] portal: fix image display in a text block snippet


The container size of a text block snippet (and every snippet without
rows) was not correct when an image was displayed with right or left
alignment.

The css property clear was added at the end of the containers so that
floating elements from the section do not float over the next section.

task-2469516

closes odoo/odoo#69621

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 2b4ae688
Branches
Tags
No related merge requests found
......@@ -147,7 +147,7 @@ li > p {
@extend %o-double-container-no-padding;
}
#wrap {
> .container, > .container-fluid {
.container, .container-fluid {
// BS3 used to do this on all containers so that margins and floats are
// cleared inside containers. As lots of current odoo layouts may rely
// on this for some alignments, this is restored (at least for a while)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment