Skip to content

Commit

Permalink
Fixes section classnames (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 authored Nov 17, 2024
1 parent 057bdf0 commit d4a5b7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/components/Section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,20 @@ $separator-color: colors.$primary !default;
font-size: base.em(12px);
}

.section__flex {
.Section--flex {
display: flex;
flex-flow: column;
}

.section__flex .content {
.Section--flex .Section__content {
overflow: auto;
flex-grow: 1;
}

.content__noTopPadding {
.Section__content--noTopPadding {
padding-top: 0;
}

.content__stretchContents {
.Section__content--stretchContents {
height: calc(100% - 3rem);
}

0 comments on commit d4a5b7b

Please sign in to comment.