feat(FN-2630): add vertical offset to project selector
- Update ProjectSelector styles to include a vertical offset adjustment - Align selector positioning with the FN-2630 Step 1 UI layout requirement
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--space-xs);
|
||||
margin-top: var(--space-xs);
|
||||
overflow: visible;
|
||||
min-width: 0;
|
||||
max-width: min(32ch, 24vw);
|
||||
|
||||
Reference in New Issue
Block a user