Skip to content

Commit 4085796

Browse files
committed
Fix company banner issue for iOS
1 parent 64b5b94 commit 4085796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/CompanyBanner/banner.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
padding: 0;
2525
margin: 0;
2626

27-
flex: 1 1 0;
27+
flex-grow: 1;
2828
display: flex;
2929
justify-content: space-around;
3030
align-items: center;

0 commit comments

Comments
 (0)