Skip to content
Snippets Groups Projects
Commit 7386a2b1 authored by Xavier Dubuc's avatar Xavier Dubuc
Browse files

[FIX] mail: fix activity mark done popover buttons alignment


task-2280166

closes odoo/odoo#55802

X-original-commit: e6eda62f8355de0adcc5f323347526d4124b68e2
Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 87180029
No related branches found
No related tags found
No related merge requests found
......@@ -3,19 +3,17 @@
// ------------------------------------------------------------------
.o_ActivityMarkDonePopover {
align-content: space-between;
display: flex;
flex-flow: row wrap;
min-height: 100px;
}
.o_ActivityMarkDonePopover_buttons {
display: flex;
flex: 1;
justify-content: space-between;
margin-top: map-get($spacers, 2);
}
.o_ActivityMarkDonePopover_doneButton {
margin: map-get($spacers, 0) map-get($spacers, 2);
}
.o_ActivityMarkDonePopover_feedback {
min-height: 70px;
}
......
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