[FIX] base: oe_subtotal_footer_separator width
authorJacques-Etienne Baudoux <je@bcim.be>
Fri, 28 Nov 2014 13:22:56 +0000 (14:22 +0100)
committerMartin Trigaux <mat@odoo.com>
Mon, 1 Dec 2014 09:42:36 +0000 (10:42 +0100)
Make sure a too long value in the subtotal will not overlap the form sheet
Fixes #3698

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index 1c1b934..aa48fd3 100644 (file)
   border-right: none;
 }
 .openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
-  width: 108px;
+  min-width: 108px;
   border-top: 1px solid #cacaca;
   margin-top: 4px;
   padding-top: 4px;
index f139b9e..908ad90 100644 (file)
@@ -1616,7 +1616,7 @@ $sheet-padding: 16px
             td.oe_form_group_cell_label
                 border-right: none
             .oe_subtotal_footer_separator
-                width: 108px
+                min-width: 108px
                 border-top: 1px solid #cacaca
                 margin-top: 4px
                 padding-top: 4px