Skip to content

Commit

Permalink
Merge pull request #3724 from karataev/patch-2
Browse files Browse the repository at this point in the history
Fix Welcome message should be visible on narrow screens
  • Loading branch information
fzaninotto authored Oct 3, 2019
2 parents d92ca54 + 0f62794 commit cfe1b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/CoreAdminRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {

const welcomeStyles: CSSProperties = {
width: '50%',
margin: '40vh',
margin: '40vh 25vw',
textAlign: 'center',
};

Expand Down

0 comments on commit cfe1b78

Please sign in to comment.