Skip to content

Commit

Permalink
fix css index page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Nov 24, 2023
1 parent ac13818 commit 012bedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/user-bases-locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function UserBasesLocales() {
}

return (
<Pane display='flex' flexDirection='column' flex={1} justifyContent='center'>
<Pane display='flex' flexDirection='column' flex={1} justifyContent='flex-start'>
{basesLocales.length > 0 ? (
<BasesLocalesList basesLocales={basesLocales} />
) : (
Expand Down

0 comments on commit 012bedb

Please sign in to comment.