Skip to content

Commit 51897ba

Browse files
framitdavidDavid Ovrelid
andauthored
fix(AppHeader): wrap title when it exceeds screen/container width (#3784)
Co-authored-by: David Ovrelid <davidovrelid@David-sin-MacBook-Pro.local>
1 parent 2d1b57f commit 51897ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/presentation/AppHeader/AppHeader.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
flex-direction: row;
55
justify-content: space-between;
66
align-items: center;
7+
flex-wrap: wrap;
78
gap: 0.5rem;
89

910
max-width: var(--page-max-width);

0 commit comments

Comments
 (0)