diff --git a/fusion_plating/fusion_plating_shopfloor/static/src/scss/manager_dashboard.scss b/fusion_plating/fusion_plating_shopfloor/static/src/scss/manager_dashboard.scss index 1afe0abf..96d44a0b 100644 --- a/fusion_plating/fusion_plating_shopfloor/static/src/scss/manager_dashboard.scss +++ b/fusion_plating/fusion_plating_shopfloor/static/src/scss/manager_dashboard.scss @@ -487,25 +487,45 @@ } } + // Action group sits to the RIGHT of info on wide rows. flex:1 so it + // takes the remaining horizontal space (the dropdown then grows to + // fill); flex-wrap so on narrow widths the dropdown sits on its own + // line and the buttons go below at 50/50. .o_fp_mgr_wo_actions { display: flex; flex-wrap: wrap; align-items: center; gap: $fp-space-2; - flex: 0 0 auto; + flex: 1 1 360px; // takes remaining width, never under 360px + justify-content: flex-end; } .o_fp_mgr_picker { - min-width: 180px; + // box-sizing matters: native - -