diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index 35416444..5c632e96 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -135,7 +135,7 @@ td.o_required_modifier { .text-truncate { overflow: unset !important; text-overflow: unset !important; - white-space: unset !important; + white-space: nowrap!important; } .o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) { @@ -370,9 +370,16 @@ div:has(.o_required_modifier) > label::before { top: 40px; left: 168px; padding: 0; + display: flex; + flex-wrap: wrap; + box-sizing: border-box; .row { + width: 50%; + margin: 0; >div { + padding: 0; width: unset; + margin-right: 10px; } } } \ No newline at end of file diff --git a/mrp_workorder/static/src/scss/table_custom.scss b/mrp_workorder/static/src/scss/table_custom.scss index 54553dba..a05e905a 100644 --- a/mrp_workorder/static/src/scss/table_custom.scss +++ b/mrp_workorder/static/src/scss/table_custom.scss @@ -23,7 +23,7 @@ html .o_web_client > .o_action_manager > .o_action { } .o_form_view { - background-color: unset !important; + //background-color: unset !important; min-height: unset !important; }