From 1478124712e2f419042d9cc7b037999788b6f88f Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 10 May 2026 00:43:25 +0200 Subject: [PATCH] fix(ui): correct responsive breakpoints for inbound form and settings InboundFormModal forms specified label/wrapper cols only at md (>=768), leaving 576-767 unset and breaking the grid in that range. Move the breakpoint down to sm so the desktop 8/14 split applies from 576 upward. SettingListItem had its breakpoints inverted: at <992 no span was set so the meta and control cols squeezed side-by-side, and at lg (992-1199) they stacked. Switch to xs/lg so input stacks below the text under 992 and sits beside it from 992 upward. --- frontend/src/components/SettingListItem.vue | 4 +-- .../src/pages/inbounds/InboundFormModal.vue | 28 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/SettingListItem.vue b/frontend/src/components/SettingListItem.vue index 9cf3b46d..ed3c55a4 100644 --- a/frontend/src/components/SettingListItem.vue +++ b/frontend/src/components/SettingListItem.vue @@ -17,13 +17,13 @@ const padding = computed(() =>