Skip to content
Snippets Groups Projects
Commit 4c335588 authored by Bhavik Bagdiya's avatar Bhavik Bagdiya Committed by Richard Mathot
Browse files

[FIX] web: grid headers should be aligned properly

parent 7bcefaf2
No related branches found
No related tags found
No related merge requests found
......@@ -2842,6 +2842,7 @@
.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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment