fix: add missing space-evenly alignment for grid rows (#7579)

pull/7632/head
Aaron-zon 2024-06-04 23:26:03 +08:00 committed by GitHub
parent 4318147fc6
commit 1d0fa8533a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ const genGridRowStyle: GenerateStyle<GridRowToken> = (token): CSSObject => {
justifyContent: 'space-around', justifyContent: 'space-around',
}, },
'&-space-evenly ': {
justifyContent: 'space-evenly',
},
// Align at the top // Align at the top
'&-top': { '&-top': {
alignItems: 'flex-start', alignItems: 'flex-start',