12 lines
344 B
CSS
12 lines
344 B
CSS
.demand_plan_tree .o_list_table_ungrouped th:not(.o_list_record_selector,.row_no,[data-name=sequence]) {
|
|
min-width: 98px !important;
|
|
}
|
|
|
|
.demand_plan_tree .o_list_table_grouped th:not(.o_list_record_selector,.row_no,[data-name=sequence]) {
|
|
width: 98px !important;
|
|
}
|
|
|
|
.demand_plan_tree .o_list_table_ungrouped {
|
|
min-width: 1900px;
|
|
}
|