From adba5f635ff984d066c84f62ccf4ea23ca32d11b Mon Sep 17 00:00:00 2001 From: Anton Gunnarsson Date: Mon, 19 Jan 2026 06:44:08 +0000 Subject: [PATCH] Merged in fix/switch-button-order-mobile-edit-profile (pull request #3448) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: Switch button order on mobile * Switch button order on mobile Approved-by: Matilda Landström --- apps/scandic-web/components/Forms/Edit/Profile/form.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/components/Forms/Edit/Profile/form.module.css b/apps/scandic-web/components/Forms/Edit/Profile/form.module.css index c40c7907f..786c8dd31 100644 --- a/apps/scandic-web/components/Forms/Edit/Profile/form.module.css +++ b/apps/scandic-web/components/Forms/Edit/Profile/form.module.css @@ -14,7 +14,7 @@ .btnContainer { display: flex; - flex-direction: column; + flex-direction: column-reverse; gap: var(--Space-x1); }