[FIX] web: grid headers should be aligned properly
authorBhavik Bagdiya <bba@openerp.com>
Tue, 19 Aug 2014 05:07:54 +0000 (10:37 +0530)
committerRichard Mathot <rim@openerp.com>
Fri, 22 Aug 2014 10:54:17 +0000 (12:54 +0200)
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index d221dfb..463876f 100644 (file)
 .openerp .oe_list_content td, .openerp .oe_list_content th {
   padding: 3px 6px;
   line-height: 18px;
+  white-space: nowrap;
 }
 .openerp .oe_list_content th.oe_sortable, .openerp .oe_list_content th.oe_sortable div {
   cursor: pointer;
index 05270c0..b1b8666 100644 (file)
@@ -2287,6 +2287,7 @@ $sheet-padding: 16px
         td, th
             padding: 3px 6px
             line-height: 18px
+            white-space: nowrap
         th.oe_sortable, th.oe_sortable div
             cursor: pointer
         th.oe_sortable div