1 2 3 4 5
// Dirty fix: clear modal-body padding, otherwise it create space inside the // suggested_recipient list. .o_ComposerSuggestedRecipient .modal-body { padding: 0; }