Skip to content

Commit 5d47a4a

Browse files
committed
fix: Portal header items spanning the full width
1 parent cce1423 commit 5d47a4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/portal/src/app.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
&__header {
1212
display: flex;
1313
flex-direction: column;
14+
align-items: flex-start;
1415
gap: var(--spacing-2);
1516
margin-top: calc(var(--base-grid-multiplier) * 20);
1617
margin-bottom: calc(var(--base-grid-multiplier) * 12);
@@ -39,7 +40,8 @@
3940
gap: var(--spacing-2);
4041
color: var(--colors-foreground-neutral-3);
4142

42-
span, a {
43+
span,
44+
a {
4345
color: var(--colors-foreground-neutral-3);
4446
}
4547

0 commit comments

Comments
 (0)