fix(regression): app header container overflow on mobile (#4089)

This commit is contained in:
2024-10-24 23:49:33 +08:00 committed by GitHub
parent 73a029641a
commit cacf556c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,6 +190,7 @@
.App-header {
.container {
padding: 0;
width: 100%;
}
}
.Header-navigation {