From 7d14914b02a8bca62ebf55334e5e2b3a20334de3 Mon Sep 17 00:00:00 2001 From: Viktor Miller Date: Wed, 11 Feb 2026 13:51:45 +0900 Subject: [PATCH] fix: left-align Registrieren button on Anbieter Login page Co-Authored-By: Claude Opus 4.6 --- assets/css/auth-forms.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/auth-forms.css b/assets/css/auth-forms.css index 4b59489..87a9e50 100644 --- a/assets/css/auth-forms.css +++ b/assets/css/auth-forms.css @@ -84,6 +84,7 @@ ----------------------------------------------- */ .ddhh-auth-container .frm_submit.frm_flex { flex-direction: column; + align-items: flex-start; } /* -----------------------------------------------