fix(profile): Linksbündiges Layout der Profilseite

Überschreibt die zentrierte #root-Textausrichtung für Identität, PIN-Formular und Header, damit Labels und Werte konsistent ausgerichtet sind.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-31 09:24:20 +02:00
parent afc5a1e200
commit 75eba362d6
2 changed files with 48 additions and 8 deletions
+2 -2
View File
@@ -225,8 +225,8 @@ export default function UserProfilePage({ onBack, onLogout }: UserProfilePagePro
return (
<div className="dashboard-container">
<header className="dashboard-header">
<div className="header-brand">
<header className="dashboard-header dashboard-header--profile">
<div className="header-brand profile-header-brand">
<button className="btn-back profile-back-btn" onClick={onBack} title={t('profile.back')}>
<ChevronLeft size={16} />
<span>{t('profile.back')}</span>