fix: prevent header wrapping and uploaded image 404s
This commit is contained in:
@@ -64,7 +64,13 @@
|
||||
@apply bg-primary text-primary-foreground shadow-card hover:bg-primary;
|
||||
}
|
||||
.app-header__actions {
|
||||
@apply flex shrink-0 items-center gap-1 justify-self-start lg:justify-self-end;
|
||||
@apply flex shrink-0 items-center gap-1 justify-self-start whitespace-nowrap lg:justify-self-end;
|
||||
}
|
||||
.app-header__action {
|
||||
@apply shrink-0;
|
||||
}
|
||||
.app-header__action-text {
|
||||
@apply hidden xl:inline;
|
||||
}
|
||||
|
||||
.app-footer {
|
||||
|
||||
Reference in New Issue
Block a user