Skip to content

Commit 1768f81

Browse files
authored
Merge pull request #10780 from marmelab/fix-ready-page-alignment
Fix image alignment in ready page in some contexts
2 parents 99ff980 + c3cf9da commit 1768f81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ra-core/src/util/Ready.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ const styles = {
4242
opacity: 1,
4343
},
4444
image: {
45+
display: 'block',
46+
margin: 'auto',
4547
width: 50,
4648
},
4749
logo: {

0 commit comments

Comments
 (0)