fix(FN-1131): align planning confirm button content
- Update .planning-confirm-btn to use flex layout for consistent icon/text alignment - Center button content vertically and horizontally in planning confirmation UI - Add var(--space-sm) gap so button label and icon spacing matches dashboard controls
This commit is contained in:
@@ -12389,6 +12389,10 @@ html .column.drag-over * {
|
||||
}
|
||||
|
||||
.planning-confirm-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: var(--space-sm);
|
||||
flex: 1;
|
||||
padding: var(--space-md) var(--space-xl);
|
||||
border: 1px solid var(--border);
|
||||
|
||||
Reference in New Issue
Block a user