Skip to content

Commit

Permalink
fix(code-snippet): maxheight 100% for expanded multi and add padding (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Jan 6, 2020
1 parent 62dee03 commit 52145ed
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -114,8 +114,9 @@
// expanded snippet container
.#{$prefix}--snippet--multi.#{$prefix}--snippet--expand
.#{$prefix}--snippet-container {
max-height: rem(1500px);
max-height: 100%;
transition: max-height $duration--moderate-01 motion(standard, productive);
padding-bottom: $spacing-05;
}

// closed pre
Expand Down

0 comments on commit 52145ed

Please sign in to comment.