Skip to content

Commit

Permalink
Revert "chore: delete extra spaces (ant-design#35582)"
Browse files Browse the repository at this point in the history
This reverts commit 923a02b.
  • Loading branch information
richxcame committed May 17, 2022
1 parent a974bda commit 21b4e49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/page-header/index.tsx
Expand Up @@ -167,7 +167,7 @@ const PageHeader: React.FC<PageHeaderProps> = props => {
const defaultBreadcrumbDom = getDefaultBreadcrumbDom();

const isBreadcrumbComponent = breadcrumb && 'props' in breadcrumb;
// support breadcrumbRender function
// support breadcrumbRender function
const breadcrumbRenderDomFromProps =
breadcrumbRender?.(props, defaultBreadcrumbDom) ?? defaultBreadcrumbDom;

Expand Down
2 changes: 1 addition & 1 deletion components/style/themes/compact.less
Expand Up @@ -269,7 +269,7 @@
@notification-padding-vertical: 12px;
@notification-padding-horizontal: 16px;

// Result
// Result
// ---
@result-title-font-size: 20px;
@result-icon-font-size: 64px;
Expand Down
2 changes: 1 addition & 1 deletion components/style/themes/default.less
Expand Up @@ -1053,7 +1053,7 @@
@notification-padding-vertical: 16px;
@notification-padding-horizontal: 24px;

// Result
// Result
// ---
@result-title-font-size: 24px;
@result-subtitle-font-size: @font-size-base;
Expand Down
2 changes: 1 addition & 1 deletion components/style/themes/variable.less
Expand Up @@ -1108,7 +1108,7 @@
@notification-padding-vertical: 16px;
@notification-padding-horizontal: 24px;

// Result
// Result
// ---
@result-title-font-size: 24px;
@result-subtitle-font-size: @font-size-base;
Expand Down

0 comments on commit 21b4e49

Please sign in to comment.