Skip to content

Commit

Permalink
fix(theme): fix ant-btn preserve white spaces when is link type (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jun 22, 2023
1 parent 80e5f0c commit 0fdd15d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/theme/system/ng/_preserve-white-spaces.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
}

// button + button
.@{ant-prefix}-btn + .@{ant-prefix}-btn,
.@{ant-prefix}-btn + nz-popconfirm,
.@{ant-prefix}-btn:not(.ant-btn-link) + .@{ant-prefix}-btn,
.@{ant-prefix}-btn:not(.ant-btn-link) + nz-popconfirm,
nz-popconfirm + .@{ant-prefix}-btn,
nz-popconfirm + nz-popconfirm,
.@{ant-prefix}-btn + nz-button-group,
.@{ant-prefix}-btn:not(.ant-btn-link) + nz-button-group,
nz-button-group + .@{ant-prefix}-btn,
.@{ant-prefix}-btn + nz-dropdown,
.@{ant-prefix}-btn:not(.ant-btn-link) + nz-dropdown,
nz-dropdown + .@{ant-prefix}-btn,
nz-popconfirm + nz-button-group,
nz-button-group + nz-popconfirm {
Expand Down

0 comments on commit 0fdd15d

Please sign in to comment.