Skip to content

Commit

Permalink
fix(comp:collapse): change header prefix margin right to marginSizeMd (
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA committed Jan 16, 2024
1 parent 4df6f97 commit 6bf6655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/collapse/style/index.less
Expand Up @@ -111,6 +111,10 @@

padding-left: @padding-horizontal;
padding-right: @padding-horizontal;

&-prefix{
margin-right: var(--ix-margin-size-md);
}
}

.@{header-prefix} .@{collapse-prefix}-panel-expand-icon {
Expand Down

0 comments on commit 6bf6655

Please sign in to comment.