Skip to content

Commit c3cf9da

Browse files
committed
Fix image alignment in ready page in some contexts.
1 parent 7765235 commit c3cf9da

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)