Skip to content

Commit

Permalink
feat(toc): format
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Sep 13, 2023
1 parent b4aa738 commit 55996ea
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,11 @@ $hover-transition-timing: 95ms;

:host(#{$c4d-prefix}-table-of-contents)
.#{$prefix}--tableofcontents-container {
@include breakpoint-down(lg){
position: relative;
overflow: hidden;
height: $spacing-09;
}
@include breakpoint-down(lg) {
position: relative;
overflow: hidden;
height: $spacing-09;
}
}

:host(#{$c4d-prefix}-table-of-contents[toc-layout='horizontal'])
Expand Down

0 comments on commit 55996ea

Please sign in to comment.