Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 339 Bytes

smooth-shirts-run.md

File metadata and controls

11 lines (8 loc) · 339 Bytes
@refinedev/core
patch

feat: <GitHubBanner /> has paddingLeft: 200px by default to make space for the sidebar. This is not needed when the sidebar is not present.

From on, <GitHubBanner /> style property can be overridden by passing containerStyle prop.

<GitHubBanner containerStyle={{ paddingLeft: 0 }} />