diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml index 0170104f4c3c66399f4cb6a2278a68211a515170..f98d7684dbd61f3338fbc3ae6d8ed564882113a1 100644 --- a/templates/operation_templates_page.xml +++ b/templates/operation_templates_page.xml @@ -61,6 +61,7 @@ <t t-if="selected_contacts"> <h5 class="mt-4"><t t-out="type[1]" /></h5> <div class="table-responsive"> + <div class="container"> <div class="table-datatable" data-searching="1" @@ -100,6 +101,7 @@ </table> </div> </div> + </div> </t> </t> </div>