Skip to content

Commit

Permalink
fix: update expander padding
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Dec 18, 2020
1 parent dba4efd commit aadceb0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/default/scss/expansion-panel/_layout.scss
Expand Up @@ -29,7 +29,7 @@

// Header
.k-expander-header {
padding: 0 $expander-header-padding-x $expander-header-padding-y;
padding: $expander-header-padding-y $expander-header-padding-x;
border-width: 0 0 $expander-header-border-width;
border-style: solid;
display: flex;
Expand Down Expand Up @@ -59,9 +59,4 @@
padding: $expander-content-padding-y $expander-content-padding-x;
box-sizing: border-box;
}

// Multiple expansion panels immediately one after another
.k-expander + .k-expander .k-expander-header {
padding-top: $expander-padding-y;
}
}

0 comments on commit aadceb0

Please sign in to comment.