Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions frontend/src/styles/onboarding.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
display: flex !important;
align-items: center !important;
justify-content: space-between !important; /* Push Left and Right apart */
flex-wrap: wrap !important; /* Wrap to next line when content overflows (e.g. English) */
gap: 8px 0 !important;
padding: 16px 24px !important;
background-color: #f9fafb !important;
border-top: 1px solid #f3f4f6 !important;
Expand All @@ -126,6 +128,7 @@
display: flex !important;
align-items: center !important;
gap: 8px !important;
margin-left: auto !important; /* Stay right-aligned when wrapped to next line */
}

/* Progress */
Expand Down