diff --git a/addons/account/views/account_move_views.xml b/addons/account/views/account_move_views.xml
index 5992dd1ada835876723f1f49fb6ba6285004c79f..85d9183559a5f15b075d1996ffe799211e94cf2b 100644
--- a/addons/account/views/account_move_views.xml
+++ b/addons/account/views/account_move_views.xml
@@ -1061,7 +1061,7 @@
                                 </field>
                                 <group col="12" class="oe_invoice_lines_tab">
                                     <group colspan="8">
-                                        <field name="narration" placeholder="Terms and Conditions" class="oe_inline" nolabel="1"/>
+                                        <field name="narration" placeholder="Terms and Conditions" class="oe_inline text-break" nolabel="1"/>
                                     </group>
                                     <!-- Totals (only invoices / receipts) -->
                                     <group colspan="4">
@@ -1268,7 +1268,7 @@
                                     </group>
                                 </group>
                                 <!-- Internal note -->
-                                <field name="narration" placeholder="Add an internal note..." nolabel="1" height="50"/>
+                                <field name="narration" placeholder="Add an internal note..." nolabel="1" class="text-break" height="50"/>
                             </page>
                         </notebook>
                     </sheet>